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

#conflict_exception_type"RESOURCE_IN_USE", ...

Returns the value of attribute conflict_exception_type.

Returns:

  • ("RESOURCE_IN_USE", "RESOURCE_ALREADY_EXISTS", "IDEMPOTENT_PARAMETER_MISMATCH", "CONFLICTING_OPERATION")


57
58
59
# File 'sig/types.rbs', line 57

def conflict_exception_type
  @conflict_exception_type
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


56
57
58
# File 'sig/types.rbs', line 56

def message
  @message
end