Class: Aws::IoTFleetWise::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Overview
The request couldn’t be completed due to throttling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#quota_code ⇒ String
The quota identifier of the applied throttling rules for this request.
-
#retry_after_seconds ⇒ Integer
The number of seconds to wait before retrying the command.
-
#service_code ⇒ String
The code for the service that couldn’t be completed due to throttling.
Instance Attribute Details
#message ⇒ String
4535 4536 4537 4538 4539 4540 4541 4542 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4535 class ThrottlingException < Struct.new( :message, :quota_code, :service_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The quota identifier of the applied throttling rules for this request.
4535 4536 4537 4538 4539 4540 4541 4542 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4535 class ThrottlingException < Struct.new( :message, :quota_code, :service_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
The number of seconds to wait before retrying the command.
4535 4536 4537 4538 4539 4540 4541 4542 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4535 class ThrottlingException < Struct.new( :message, :quota_code, :service_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The code for the service that couldn’t be completed due to throttling.
4535 4536 4537 4538 4539 4540 4541 4542 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 4535 class ThrottlingException < Struct.new( :message, :quota_code, :service_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |