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
8464 8465 8466 8467 8468 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8464 class ServiceUnavailableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |