Class: Aws::Route53RecoveryCluster::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryCluster::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/types.rb
Overview
The request was denied because of request throttling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#retry_after_seconds ⇒ Integer
Advice to clients on when the call can be safely retried.
Instance Attribute Details
#message ⇒ String
274 275 276 277 278 279 |
# File 'gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/types.rb', line 274 class ThrottlingException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
Advice to clients on when the call can be safely retried
274 275 276 277 278 279 |
# File 'gems/aws-sdk-route53recoverycluster/lib/aws-sdk-route53recoverycluster/types.rb', line 274 class ThrottlingException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |