Class: Aws::Types::UserError

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code"BadRequest", ...

Returns the value of attribute error_code.

Returns:

  • ("BadRequest", "Conflict", "Forbidden", "NotFound", "PreconditionFailed", "ResourceLimitExceeded", "ServiceFailure", "AccessDenied", "ServiceUnavailable", "Throttled", "Throttling", "Unauthorized", "Unprocessable", "VoiceConnectorGroupAssociationsExist", "PhoneNumberAssociationsExist")


963
964
965
# File 'sig/types.rbs', line 963

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


964
965
966
# File 'sig/types.rbs', line 964

def error_message
  @error_message
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


962
963
964
# File 'sig/types.rbs', line 962

def user_id
  @user_id
end