Class: Aws::IoTSiteWise::Types::InternalFailureException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::InternalFailureException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
IoT SiteWise can’t process your request right now. Try again later.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6098 6099 6100 6101 6102 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6098 class InternalFailureException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |