Class: Aws::Pipes::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pipes::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pipes/types.rb
Overview
An action was throttled.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#quota_code ⇒ String
The identifier of the quota that caused the exception.
-
#retry_after_seconds ⇒ Integer
The number of seconds to wait before retrying the action that caused the exception.
-
#service_code ⇒ String
The identifier of the service that caused the exception.
Instance Attribute Details
#message ⇒ String
3217 3218 3219 3220 3221 3222 3223 3224 |
# File 'lib/aws-sdk-pipes/types.rb', line 3217 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The identifier of the quota that caused the exception.
3217 3218 3219 3220 3221 3222 3223 3224 |
# File 'lib/aws-sdk-pipes/types.rb', line 3217 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
The number of seconds to wait before retrying the action that caused the exception.
3217 3218 3219 3220 3221 3222 3223 3224 |
# File 'lib/aws-sdk-pipes/types.rb', line 3217 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The identifier of the service that caused the exception.
3217 3218 3219 3220 3221 3222 3223 3224 |
# File 'lib/aws-sdk-pipes/types.rb', line 3217 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |