Class: Aws::Route53Profiles::Types::ResourceExistsException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53profiles/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

Instance Attribute Details

#messageString

Returns:

  • (String)


811
812
813
814
815
816
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 811

class ResourceExistsException < Struct.new(
  :message,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The resource type that caused the resource exists exception.

Returns:

  • (String)


811
812
813
814
815
816
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 811

class ResourceExistsException < Struct.new(
  :message,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end