Class: Aws::Route53Resolver::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::LimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53resolver/types.rb
Overview
The request caused one or more limits to be exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_type ⇒ String
For a ‘LimitExceededException` error, the type of resource that exceeded the current limit.
Instance Attribute Details
#message ⇒ String
2612 2613 2614 2615 2616 2617 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 2612 class LimitExceededException < Struct.new( :message, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
For a ‘LimitExceededException` error, the type of resource that exceeded the current limit.
2612 2613 2614 2615 2616 2617 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 2612 class LimitExceededException < Struct.new( :message, :resource_type) SENSITIVE = [] include Aws::Structure end |