Class: Aws::IoTEvents::Types::ServiceUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::ServiceUnavailableException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotevents/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.
2738 2739 2740 2741 2742 |
# File 'lib/aws-sdk-iotevents/types.rb', line 2738 class ServiceUnavailableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |