Class: Aws::Route53Resolver::Types::ResourceExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::ResourceExistsException
- Defined in:
- gems/aws-sdk-route53resolver/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
ResourceExistsExceptionerror, the type of resource that the error applies to.
Instance Attribute Details
#message ⇒ String
4814 4815 4816 4817 4818 4819 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 4814 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.
4814 4815 4816 4817 4818 4819 |
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 4814 class ResourceExistsException < Struct.new( :message, :resource_type) SENSITIVE = [] include Aws::Structure end |