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)


232
233
234
# File 'sig/types.rbs', line 232

def code
  @code
end

#context::String

Returns the value of attribute context.

Returns:

  • (::String)


235
236
237
# File 'sig/types.rbs', line 235

def context
  @context
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


233
234
235
# File 'sig/types.rbs', line 233

def message
  @message
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


234
235
236
# File 'sig/types.rbs', line 234

def type
  @type
end