Class: Aws::Types::ResourceAlreadyExistsException

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


629
630
631
# File 'sig/types.rbs', line 629

def message
  @message
end

#resource_arn ⇒ ::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


631
632
633
# File 'sig/types.rbs', line 631

def resource_arn
  @resource_arn
end

#resource_id ⇒ ::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


630
631
632
# File 'sig/types.rbs', line 630

def resource_id
  @resource_id
end