Class: Aws::IoTSiteWise::Types::ServiceUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ServiceUnavailableException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
The requested service is unavailable.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7916 7917 7918 7919 7920 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 7916 class ServiceUnavailableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |