amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2.Types.VpcPeeringConnectionStateReason

Description

 
Synopsis

Documentation

data VpcPeeringConnectionStateReason Source #

Describes the status of a VPC peering connection.

See: newVpcPeeringConnectionStateReason smart constructor.

Constructors

VpcPeeringConnectionStateReason' 

Fields

Instances

Instances details
FromXML VpcPeeringConnectionStateReason Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcPeeringConnectionStateReason

Generic VpcPeeringConnectionStateReason Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcPeeringConnectionStateReason

Associated Types

type Rep VpcPeeringConnectionStateReason :: Type -> Type #

Read VpcPeeringConnectionStateReason Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcPeeringConnectionStateReason

Show VpcPeeringConnectionStateReason Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcPeeringConnectionStateReason

NFData VpcPeeringConnectionStateReason Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcPeeringConnectionStateReason

Eq VpcPeeringConnectionStateReason Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcPeeringConnectionStateReason

Hashable VpcPeeringConnectionStateReason Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcPeeringConnectionStateReason

type Rep VpcPeeringConnectionStateReason Source # 
Instance details

Defined in Amazonka.EC2.Types.VpcPeeringConnectionStateReason

type Rep VpcPeeringConnectionStateReason = D1 ('MetaData "VpcPeeringConnectionStateReason" "Amazonka.EC2.Types.VpcPeeringConnectionStateReason" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "VpcPeeringConnectionStateReason'" 'PrefixI 'True) (S1 ('MetaSel ('Just "code") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VpcPeeringConnectionStateReasonCode)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newVpcPeeringConnectionStateReason :: VpcPeeringConnectionStateReason Source #

Create a value of VpcPeeringConnectionStateReason 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:code:VpcPeeringConnectionStateReason', vpcPeeringConnectionStateReason_code - The status of the VPC peering connection.

$sel:message:VpcPeeringConnectionStateReason', vpcPeeringConnectionStateReason_message - A message that provides more information about the status, if applicable.

vpcPeeringConnectionStateReason_message :: Lens' VpcPeeringConnectionStateReason (Maybe Text) Source #

A message that provides more information about the status, if applicable.