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

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


850
851
852
# File 'sig/types.rbs', line 850

def message
  @message
end

#reason"ALREADY_EXISTS", ...

Returns the value of attribute reason.

Returns:

  • ("ALREADY_EXISTS", "SUBRESOURCES_EXIST", "INVALID_STATE")


853
854
855
# File 'sig/types.rbs', line 853

def reason
  @reason
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


851
852
853
# File 'sig/types.rbs', line 851

def resource_id
  @resource_id
end

#resource_type"CONFIGURED_TABLE", ...

Returns the value of attribute resource_type.

Returns:

  • ("CONFIGURED_TABLE", "COLLABORATION", "MEMBERSHIP", "CONFIGURED_TABLE_ASSOCIATION")


852
853
854
# File 'sig/types.rbs', line 852

def resource_type
  @resource_type
end