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.
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 |