Class: Aws::Route53Resolver::Types::ResourceExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::ResourceExistsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53resolver/types.rb
Overview
The resource that you tried to create already exists.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_type ⇒ String
For a ‘ResourceExistsException` error, the type of resource that the error applies to.
Instance Attribute Details
#message ⇒ String
4639 4640 4641 4642 4643 4644 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 4639 class ResourceExistsException < Struct.new( :message, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
For a ‘ResourceExistsException` error, the type of resource that the error applies to.
4639 4640 4641 4642 4643 4644 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 4639 class ResourceExistsException < Struct.new( :message, :resource_type) SENSITIVE = [] include Aws::Structure end |