Class: Aws::IoTEvents::Types::InvalidRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEvents::Types::InvalidRequestException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotevents/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.
1992 1993 1994 1995 1996 |
# File 'lib/aws-sdk-iotevents/types.rb', line 1992 class InvalidRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |