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)


130
131
132
# File 'sig/types.rbs', line 130

def message
  @message
end

#reason"CREATE_REGISTRATION_VERSION_NOT_ALLOWED", ...

Returns the value of attribute reason.

Returns:

  • ("CREATE_REGISTRATION_VERSION_NOT_ALLOWED", "DELETION_PROTECTION_ENABLED", "DESTINATION_PHONE_NUMBER_NOT_VERIFIED", "DESTINATION_PHONE_NUMBER_OPTED_OUT", "DISASSOCIATE_REGISTRATION_NOT_ALLOWED", "DISCARD_REGISTRATION_VERSION_NOT_ALLOWED", "EDIT_REGISTRATION_FIELD_VALUES_NOT_ALLOWED", "EVENT_DESTINATION_MISMATCH", "KEYWORD_MISMATCH", "LAST_PHONE_NUMBER", "NUMBER_CAPABILITIES_MISMATCH", "MESSAGE_TYPE_MISMATCH", "NO_ORIGINATION_IDENTITIES_FOUND", "OPT_OUT_LIST_MISMATCH", "PHONE_NUMBER_ASSOCIATED_TO_POOL", "PHONE_NUMBER_ASSOCIATED_TO_REGISTRATION", "PHONE_NUMBER_NOT_ASSOCIATED_TO_POOL", "PHONE_NUMBER_NOT_IN_REGISTRATION_REGION", "REGISTRATION_ALREADY_SUBMITTED", "REGISTRATION_NOT_COMPLETE", "RESOURCE_ALREADY_ASSOCIATED", "SENDER_ID_ASSOCIATED_TO_POOL", "RCS_AGENT_ASSOCIATED_TO_POOL", "POOL_ASSOCIATED_TO_NOTIFY_CONFIGURATION", "RESOURCE_ALREADY_EXISTS", "RESOURCE_DELETION_NOT_ALLOWED", "RESOURCE_MODIFICATION_NOT_ALLOWED", "RESOURCE_NOT_ACTIVE", "RESOURCE_NOT_EMPTY", "SELF_MANAGED_OPT_OUTS_MISMATCH", "SUBMIT_REGISTRATION_VERSION_NOT_ALLOWED", "TWO_WAY_CONFIG_MISMATCH", "VERIFICATION_CODE_EXPIRED", "VERIFICATION_ALREADY_COMPLETE", "PROTECT_CONFIGURATION_IS_ACCOUNT_DEFAULT", "PROTECT_CONFIGURATION_ASSOCIATED_WITH_CONFIGURATION_SET", "PROTECT_CONFIGURATION_NOT_ASSOCIATED_WITH_CONFIGURATION_SET", "DESTINATION_COUNTRY_BLOCKED_BY_PROTECT_CONFIGURATION", "DESTINATION_PHONE_NUMBER_BLOCKED_BY_PROTECT_NUMBER_OVERRIDE", "RCS_AGENT_ALREADY_ASSOCIATED_TO_REGISTRATION_TYPE", "NOTIFY_CONFIGURATION_NOT_ACTIVE")


131
132
133
# File 'sig/types.rbs', line 131

def reason
  @reason
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


133
134
135
# File 'sig/types.rbs', line 133

def resource_id
  @resource_id
end

#resource_type"account", ...

Returns the value of attribute resource_type.

Returns:

  • ("account", "phone-number", "sender-id", "pool", "configuration-set", "opt-out-list", "event-destination", "keyword", "opted-out-number", "registration", "registration-attachment", "verified-destination-number", "protect-configuration", "notify-configuration", "notify-template", "message-template", "policy", "message", "rcs-agent")


132
133
134
# File 'sig/types.rbs', line 132

def resource_type
  @resource_type
end