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
LimitExceededException
error, the type of resource that exceeded the current limit.
Instance Attribute Details
#message ⇒ String
2676 2677 2678 2679 2680 2681 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 2676 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.
2676 2677 2678 2679 2680 2681 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 2676 class LimitExceededException < Struct.new( :message, :resource_type) SENSITIVE = [] include Aws::Structure end |