Class: Aws::IoTAnalytics::Types::ServiceUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::ServiceUnavailableException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
Overview
The service is temporarily unavailable.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2773 2774 2775 2776 2777 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 2773 class ServiceUnavailableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |