Class: Aws::DataExchange::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- 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.
2433 2434 2435 2436 2437 |
# File 'lib/aws-sdk-dataexchange/types.rb', line 2433 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |