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

Class: Aws::Chime::Types::MemberError

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

Overview

The list of errors returned when a member action results in an error.

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.

#member_idString

The member ID.

Returns:

  • (String)

    The member ID.