Class: Aws::IoTJobsDataPlane::Types::InvalidRequestException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

The message for the exception.

Returns:

  • (String)


169
170
171
172
173
# File 'lib/aws-sdk-iotjobsdataplane/types.rb', line 169

class InvalidRequestException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end