Class: Aws::Route53Resolver::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53resolver/types.rb
Overview
Fulfilling the request would cause one or more quotas to be exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4710 4711 4712 4713 4714 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 4710 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |