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)


152
153
154
# File 'sig/types.rbs', line 152

def message
  @message
end

#reason ⇒ "RESOURCE_NAME_CONFLICT", ...

Returns the value of attribute reason.

Returns:

  • ("RESOURCE_NAME_CONFLICT", "PRICING_RULE_IN_PRICING_PLAN_CONFLICT", "PRICING_PLAN_ATTACHED_TO_BILLING_GROUP_DELETE_CONFLICT", "PRICING_PLAN_REFERENCED_BY_PREFERENCE_DELETE_CONFLICT", "PRICING_RULE_ATTACHED_TO_PRICING_PLAN_DELETE_CONFLICT", "WRITE_CONFLICT_RETRY")


155
156
157
# File 'sig/types.rbs', line 155

def reason
  @reason
end

#resource_id ⇒ ::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


153
154
155
# File 'sig/types.rbs', line 153

def resource_id
  @resource_id
end

#resource_type ⇒ ::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


154
155
156
# File 'sig/types.rbs', line 154

def resource_type
  @resource_type
end