Class: Aws::IoTJobsDataPlane::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotjobsdataplane/lib/aws-sdk-iotjobsdataplane/types.rb

Overview

The rate exceeds the limit.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message associated with the exception.

Returns:

  • (String)


342
343
344
345
346
347
# File 'gems/aws-sdk-iotjobsdataplane/lib/aws-sdk-iotjobsdataplane/types.rb', line 342

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

#payloadString

The payload associated with the exception.

Returns:

  • (String)


342
343
344
345
346
347
# File 'gems/aws-sdk-iotjobsdataplane/lib/aws-sdk-iotjobsdataplane/types.rb', line 342

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