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
1257 1258 1259 1260 1261 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 1257 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |