libZSservicesZSamazonka-chime-sdk-messagingZSamazonka-chime-sdk-messaging
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.ChimeSDKMessaging.Types.BatchCreateChannelMembershipError

Description

 
Synopsis

Documentation

data BatchCreateChannelMembershipError Source #

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

See: newBatchCreateChannelMembershipError smart constructor.

Constructors

BatchCreateChannelMembershipError' 

Fields

Instances

Instances details
Eq BatchCreateChannelMembershipError Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.BatchCreateChannelMembershipError

Read BatchCreateChannelMembershipError Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.BatchCreateChannelMembershipError

Show BatchCreateChannelMembershipError Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.BatchCreateChannelMembershipError

Generic BatchCreateChannelMembershipError Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.BatchCreateChannelMembershipError

Associated Types

type Rep BatchCreateChannelMembershipError :: Type -> Type #

NFData BatchCreateChannelMembershipError Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.BatchCreateChannelMembershipError

Hashable BatchCreateChannelMembershipError Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.BatchCreateChannelMembershipError

FromJSON BatchCreateChannelMembershipError Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.BatchCreateChannelMembershipError

type Rep BatchCreateChannelMembershipError Source # 
Instance details

Defined in Amazonka.ChimeSDKMessaging.Types.BatchCreateChannelMembershipError

type Rep BatchCreateChannelMembershipError = D1 ('MetaData "BatchCreateChannelMembershipError" "Amazonka.ChimeSDKMessaging.Types.BatchCreateChannelMembershipError" "libZSservicesZSamazonka-chime-sdk-messagingZSamazonka-chime-sdk-messaging" 'False) (C1 ('MetaCons "BatchCreateChannelMembershipError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "errorCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ErrorCode)) :*: (S1 ('MetaSel ('Just "memberArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newBatchCreateChannelMembershipError :: BatchCreateChannelMembershipError Source #

Create a value of BatchCreateChannelMembershipError with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:errorCode:BatchCreateChannelMembershipError', batchCreateChannelMembershipError_errorCode - The error code.

$sel:memberArn:BatchCreateChannelMembershipError', batchCreateChannelMembershipError_memberArn - The ARN of the member that the service couldn't add.

$sel:errorMessage:BatchCreateChannelMembershipError', batchCreateChannelMembershipError_errorMessage - The error message.