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
-
#event_type ⇒ Object
Returns the value of attribute event_type.
- #message ⇒ String
Instance Attribute Details
#event_type ⇒ Object
Returns the value of attribute event_type
6479 6480 6481 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6479 def event_type @event_type end |
#message ⇒ String
6479 6480 6481 6482 6483 6484 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6479 class InternalFailureException < Struct.new( :message, :event_type) SENSITIVE = [] include Aws::Structure end |