Class: Aws::IoT::Types::ServiceUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ServiceUnavailableException
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
The service is temporarily 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.
15122 15123 15124 15125 15126 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15122 class ServiceUnavailableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |