Class: Aws::IoTManagedIntegrations::Types::ServiceUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::ServiceUnavailableException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Overview
The service is temporarily unavailable.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4537 4538 4539 4540 4541 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 4537 class ServiceUnavailableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |