Class: Aws::Route53Resolver::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::LimitExceededException
- Defined in:
- gems/aws-sdk-route53resolver/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
LimitExceededExceptionerror, the type of resource that exceeded the current limit.
Instance Attribute Details
#message ⇒ String
2743 2744 2745 2746 2747 2748 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 2743 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.
2743 2744 2745 2746 2747 2748 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 2743 class LimitExceededException < Struct.new( :message, :resource_type) SENSITIVE = [] include Aws::Structure end |