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.
1966 1967 1968 1969 1970 |
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1966 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |