You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Chime::Types::UserError

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The list of errors returned when errors are encountered during the BatchSuspendUser, BatchUnsuspendUser, or BatchUpdateUser actions. This includes user IDs, error codes, and error messages.

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code.

Possible values:

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

Returns:

  • (String)

    The error code.

#error_messageString

The error message.

Returns:

  • (String)

    The error message.

#user_idString

The user ID for which the action failed.

Returns:

  • (String)

    The user ID for which the action failed.