Class: Aws::IoTEventsData::Types::ServiceUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEventsData::Types::ServiceUnavailableException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ioteventsdata/types.rb
Overview
The service is currently unavailable.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message for the exception.
Instance Attribute Details
#message ⇒ String
The message for the exception.
1099 1100 1101 1102 1103 |
# File 'lib/aws-sdk-ioteventsdata/types.rb', line 1099 class ServiceUnavailableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |