Class: Aws::Types::ConflictException

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#context::Hash[::String, ::String]

Returns the value of attribute context.

Returns:

  • (::Hash[::String, ::String])


654
655
656
# File 'sig/types.rbs', line 654

def context
  @context
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


650
651
652
# File 'sig/types.rbs', line 650

def message
  @message
end

#reason"CONFLICT_EXCEPTION", ...

Returns the value of attribute reason.

Returns:

  • ("CONFLICT_EXCEPTION", "CONCURRENT_MODIFICATION", "RESOURCE_ALREADY_EXISTS", "RESOURCE_IN_USE", "STATUS_CONFLICT")


651
652
653
# File 'sig/types.rbs', line 651

def reason
  @reason
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


652
653
654
# File 'sig/types.rbs', line 652

def resource_id
  @resource_id
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


653
654
655
# File 'sig/types.rbs', line 653

def resource_type
  @resource_type
end