Class: Aws::IoTJobsDataPlane::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTJobsDataPlane::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotjobsdataplane/types.rb
Overview
The rate exceeds the limit.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message associated with the exception.
-
#payload ⇒ String
The payload associated with the exception.
Instance Attribute Details
#message ⇒ String
The message associated with the exception.
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 |
#payload ⇒ String
The payload associated with the exception.
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 |