AWSEC2GatewayAssociationState

Objective-C

NS_ENUM(NSInteger, AWSEC2GatewayAssociationState) {
    AWSEC2GatewayAssociationStateUnknown,
    AWSEC2GatewayAssociationStateAssociated,
    AWSEC2GatewayAssociationStateNotAssociated,
    AWSEC2GatewayAssociationStateAssociating,
    AWSEC2GatewayAssociationStateDisassociating,
}

Swift

enum AWSEC2GatewayAssociationState : Int, @unchecked Sendable

Undocumented