Class: Aws::Types::ResourceExistsException

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)


1142
1143
1144
# File 'sig/types.rbs', line 1142

def message
  @message
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1143
1144
1145
# File 'sig/types.rbs', line 1143

def resource_type
  @resource_type
end