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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


495
496
497
498
499
500
# File 'lib/aws-sdk-iotjobsdataplane/types.rb', line 495

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

#payloadString

The payload associated with the exception.

Returns:

  • (String)


495
496
497
498
499
500
# File 'lib/aws-sdk-iotjobsdataplane/types.rb', line 495

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