Class: Aws::Types::ConflictingOperationException

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#event_typeObject

Returns the value of attribute event_type.

Returns:

  • (Object)


817
818
819
# File 'sig/types.rbs', line 817

def event_type
  @event_type
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


814
815
816
# File 'sig/types.rbs', line 814

def message
  @message
end

#resource_arn::String

Returns the value of attribute resource_arn.

Returns:

  • (::String)


816
817
818
# File 'sig/types.rbs', line 816

def resource_arn
  @resource_arn
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


815
816
817
# File 'sig/types.rbs', line 815

def resource_id
  @resource_id
end