Class: Aws::DataExchange::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::InternalServerException
- Defined in:
- gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb
Overview
An exception occurred with the service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message identifying the service exception that occurred.
Instance Attribute Details
#message ⇒ String
The message identifying the service exception that occurred.
1936 1937 1938 1939 1940 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1936 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |