Class: Aws::IoTEventsData::Types::InvalidRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEventsData::Types::InvalidRequestException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ioteventsdata/types.rb
Overview
The request was invalid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message for the exception.
Instance Attribute Details
#message ⇒ String
The message for the exception.
910 911 912 913 914 |
# File 'lib/aws-sdk-ioteventsdata/types.rb', line 910 class InvalidRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |