Class: Aws::Shield::Types::ResourceAlreadyExistsException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb

Overview

Exception indicating the specified resource already exists. If available, this exception includes details in additional properties.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1792
1793
1794
1795
1796
1797
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 1792

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

#resource_typeString

The type of resource that already exists.

Returns:

  • (String)


1792
1793
1794
1795
1796
1797
# File 'gems/aws-sdk-shield/lib/aws-sdk-shield/types.rb', line 1792

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