Class: Aws::Route53Resolver::Types::ResourceExistsException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

Returns:

  • (String)


4569
4570
4571
4572
4573
4574
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 4569

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

#resource_typeString

For a ResourceExistsException error, the type of resource that the error applies to.

Returns:

  • (String)


4569
4570
4571
4572
4573
4574
# File 'gems/aws-sdk-route53resolver/lib/aws-sdk-route53resolver/types.rb', line 4569

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