Class: Aws::Chime::Types::BatchCreateChannelMembershipError
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::BatchCreateChannelMembershipError
- Includes:
- Structure
- Defined in:
- 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
-
#error_code ⇒ String
The error code.
-
#error_message ⇒ String
The error message.
-
#member_arn ⇒ String
The ARN of the member that the service couldn’t add.
Instance Attribute Details
#error_code ⇒ String
The error code.
708 709 710 711 712 713 714 |
# File 'lib/aws-sdk-chime/types.rb', line 708 class BatchCreateChannelMembershipError < Struct.new( :member_arn, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The error message.
708 709 710 711 712 713 714 |
# File 'lib/aws-sdk-chime/types.rb', line 708 class BatchCreateChannelMembershipError < Struct.new( :member_arn, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#member_arn ⇒ String
The ARN of the member that the service couldn’t add.
708 709 710 711 712 713 714 |
# File 'lib/aws-sdk-chime/types.rb', line 708 class BatchCreateChannelMembershipError < Struct.new( :member_arn, :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |