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

#code::String

Returns the value of attribute code.

Returns:

  • (::String)


68
69
70
# File 'sig/types.rbs', line 68

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


69
70
71
# File 'sig/types.rbs', line 69

def message
  @message
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


70
71
72
# File 'sig/types.rbs', line 70

def request_id
  @request_id
end