Class: Aws::IoTSiteWise::Types::InvalidRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::InvalidRequestException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
The request isn’t valid. This can occur if your request contains malformed JSON or unsupported characters. Check your request and try again.
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
6510 6511 6512 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6510 def event_type @event_type end |
#message ⇒ String
6510 6511 6512 6513 6514 6515 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 6510 class InvalidRequestException < Struct.new( :message, :event_type) SENSITIVE = [] include Aws::Structure end |