Class: Aws::Chime::Types::BatchCreateChannelMembershipError

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb

Overview

A list of failed member ARNs, error codes, and error messages.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code.

Returns:

  • (String)


708
709
710
711
712
713
714
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 708

class BatchCreateChannelMembershipError < Struct.new(
  :member_arn,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

The error message.

Returns:

  • (String)


708
709
710
711
712
713
714
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 708

class BatchCreateChannelMembershipError < Struct.new(
  :member_arn,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#member_arnString

The ARN of the member that the service couldn't add.

Returns:

  • (String)


708
709
710
711
712
713
714
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 708

class BatchCreateChannelMembershipError < Struct.new(
  :member_arn,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end