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:



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

def context
  @context
end

#message::String

Returns the value of attribute message.

Returns:



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

def message
  @message
end

#reason"CONFLICT_EXCEPTION", ...

Returns the value of attribute reason.

Returns:



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

def reason
  @reason
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:



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:



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

def resource_type
  @resource_type
end