Class: Aws::Route53Profiles::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Profiles::Types::LimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53profiles/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
The resource type that caused the limits to be exceeded.
Instance Attribute Details
#message ⇒ String
382 383 384 385 386 387 |
# File 'lib/aws-sdk-route53profiles/types.rb', line 382 class LimitExceededException < Struct.new( :message, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type that caused the limits to be exceeded.
382 383 384 385 386 387 |
# File 'lib/aws-sdk-route53profiles/types.rb', line 382 class LimitExceededException < Struct.new( :message, :resource_type) SENSITIVE = [] include Aws::Structure end |