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
4774 4775 4776 4777 4778 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 4774 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |