Class: Aws::IoT::Types::ServiceUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ServiceUnavailableException
- Includes:
- Structure
- Defined in:
- 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.
14379 14380 14381 14382 14383 |
# File 'lib/aws-sdk-iot/types.rb', line 14379 class ServiceUnavailableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |