Class: Aws::Types::BatchCreateChannelMembershipError

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


42
43
44
# File 'sig/types.rbs', line 42

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


43
44
45
# File 'sig/types.rbs', line 43

def error_message
  @error_message
end

#member_arn::String

Returns the value of attribute member_arn.

Returns:

  • (::String)


41
42
43
# File 'sig/types.rbs', line 41

def member_arn
  @member_arn
end