Class: Aws::Route53RecoveryControlConfig::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53RecoveryControlConfig::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53recoverycontrolconfig/types.rb
Overview
402 response - You attempted to create more resources than the service allows based on service quotas.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1220 1221 1222 1223 1224 |
# File 'lib/aws-sdk-route53recoverycontrolconfig/types.rb', line 1220 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |