Class: Aws::Route53RecoveryControlConfig::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryControlConfig::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoverycontrolconfig/types.rb
Overview
429 response - LimitExceededException or TooManyRequestsException.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1268 1269 1270 1271 1272 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 1268 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |