Class: Aws::IoTJobsDataPlane::Types::InvalidRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTJobsDataPlane::Types::InvalidRequestException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotjobsdataplane/types.rb
Overview
The contents of the request were 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.
169 170 171 172 173 |
# File 'lib/aws-sdk-iotjobsdataplane/types.rb', line 169 class InvalidRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |