Class: Aws::TrustedAdvisor::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::TrustedAdvisor::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-trustedadvisor/types.rb
Overview
Exception to notify that an unexpected internal error occurred during processing of the request
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
227 228 229 230 231 |
# File 'lib/aws-sdk-trustedadvisor/types.rb', line 227 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |