Class: Aws::WellArchitected::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::InternalServerException
- 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
-
#message ⇒ String
Description of the error.
Instance Attribute Details
#message ⇒ String
Description of the error.
4120 4121 4122 4123 4124 |
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 4120 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |