Class: Aws::Route53RecoveryReadiness::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryReadiness::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoveryreadiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1311 1312 1313 1314 1315 |
# File 'lib/aws-sdk-route53recoveryreadiness/types.rb', line 1311 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |