Class: Aws::ChimeSDKMessaging::Types::BatchCreateChannelMembershipError
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::BatchCreateChannelMembershipError
- Defined in:
- gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb
Overview
A list of failed member ARNs, error codes, and error messages.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The error code.
-
#error_message ⇒ String
The error message.
-
#member_arn ⇒ String
The
AppInstanceUserArn
of the member that the service couldn't add.
Instance Attribute Details
#error_code ⇒ String
The error code.
129 130 131 132 133 134 135 |
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 129 class BatchCreateChannelMembershipError < Struct.new( :member_arn, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The error message.
129 130 131 132 133 134 135 |
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 129 class BatchCreateChannelMembershipError < Struct.new( :member_arn, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#member_arn ⇒ String
The AppInstanceUserArn
of the member that the service couldn't
add.
129 130 131 132 133 134 135 |
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 129 class BatchCreateChannelMembershipError < Struct.new( :member_arn, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |