Class: Aws::Types::MemberError

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")


574
575
576
# File 'sig/types.rbs', line 574

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


575
576
577
# File 'sig/types.rbs', line 575

def error_message
  @error_message
end

#member_id::String

Returns the value of attribute member_id.

Returns:

  • (::String)


573
574
575
# File 'sig/types.rbs', line 573

def member_id
  @member_id
end