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

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


51
52
53
# File 'sig/types.rbs', line 51

def message
  @message
end

#reason ⇒ "UNIQUENESS_CONSTRAINT_VIOLATION", "CONCURRENT_MODIFICATION"

Returns the value of attribute reason.

Returns:

  • ("UNIQUENESS_CONSTRAINT_VIOLATION", "CONCURRENT_MODIFICATION")


53
54
55
# File 'sig/types.rbs', line 53

def reason
  @reason
end

#request_id ⇒ ::String

Returns the value of attribute request_id.

Returns:

  • (::String)


52
53
54
# File 'sig/types.rbs', line 52

def request_id
  @request_id
end