Class: Aws::WellArchitected::Types::InternalServerException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb

Overview

There is a problem with the Well-Architected Tool API service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Description of the error.

Returns:

  • (String)


2657
2658
2659
2660
2661
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 2657

class InternalServerException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end