libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager
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.NetworkManager.Types.TransitGatewayRegistrationStateReason

Description

 
Synopsis

Documentation

data TransitGatewayRegistrationStateReason Source #

Describes the status of a transit gateway registration.

See: newTransitGatewayRegistrationStateReason smart constructor.

Constructors

TransitGatewayRegistrationStateReason' 

Fields

Instances

Instances details
Eq TransitGatewayRegistrationStateReason Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistrationStateReason

Read TransitGatewayRegistrationStateReason Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistrationStateReason

Show TransitGatewayRegistrationStateReason Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistrationStateReason

Generic TransitGatewayRegistrationStateReason Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistrationStateReason

NFData TransitGatewayRegistrationStateReason Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistrationStateReason

Hashable TransitGatewayRegistrationStateReason Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistrationStateReason

FromJSON TransitGatewayRegistrationStateReason Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistrationStateReason

type Rep TransitGatewayRegistrationStateReason Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.TransitGatewayRegistrationStateReason

type Rep TransitGatewayRegistrationStateReason = D1 ('MetaData "TransitGatewayRegistrationStateReason" "Amazonka.NetworkManager.Types.TransitGatewayRegistrationStateReason" "libZSservicesZSamazonka-networkmanagerZSamazonka-networkmanager" 'False) (C1 ('MetaCons "TransitGatewayRegistrationStateReason'" 'PrefixI 'True) (S1 ('MetaSel ('Just "code") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TransitGatewayRegistrationState)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTransitGatewayRegistrationStateReason :: TransitGatewayRegistrationStateReason Source #

Create a value of TransitGatewayRegistrationStateReason 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:TransitGatewayRegistrationStateReason', transitGatewayRegistrationStateReason_code - The code for the state reason.

$sel:message:TransitGatewayRegistrationStateReason', transitGatewayRegistrationStateReason_message - The message for the state reason.