Class: Aws::AppConfigData::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfigData::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appconfigdata/types.rb
Overview
There was an internal failure in the service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
133 134 135 136 137 |
# File 'lib/aws-sdk-appconfigdata/types.rb', line 133 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |