Class: Aws::Route53Profiles::Types::ResourceExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Profiles::Types::ResourceExistsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53profiles/types.rb
Overview
The resource you are trying to associate, has already been associated.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_type ⇒ String
The resource type that caused the resource exists exception.
Instance Attribute Details
#message ⇒ String
812 813 814 815 816 817 |
# File 'lib/aws-sdk-route53profiles/types.rb', line 812 class ResourceExistsException < Struct.new( :message, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type that caused the resource exists exception.
812 813 814 815 816 817 |
# File 'lib/aws-sdk-route53profiles/types.rb', line 812 class ResourceExistsException < Struct.new( :message, :resource_type) SENSITIVE = [] include Aws::Structure end |