AWSEC2VpcCidrBlockStateCode
Objective-C
NS_ENUM(NSInteger, AWSEC2VpcCidrBlockStateCode) {
    AWSEC2VpcCidrBlockStateCodeUnknown,
    AWSEC2VpcCidrBlockStateCodeAssociating,
    AWSEC2VpcCidrBlockStateCodeAssociated,
    AWSEC2VpcCidrBlockStateCodeDisassociating,
    AWSEC2VpcCidrBlockStateCodeDisassociated,
    AWSEC2VpcCidrBlockStateCodeFailing,
    AWSEC2VpcCidrBlockStateCodeFailed,
}
                Swift
enum AWSEC2VpcCidrBlockStateCode : Int, @unchecked Sendable
                Undocumented
- 
                  
                  
Undocumented
Declaration
Objective-C
AWSEC2VpcCidrBlockStateCodeUnknownSwift
case unknown = 0 - 
                  
                  
Undocumented
Declaration
Objective-C
AWSEC2VpcCidrBlockStateCodeAssociatingSwift
case associating = 1 - 
                  
                  
Undocumented
Declaration
Objective-C
AWSEC2VpcCidrBlockStateCodeAssociatedSwift
case associated = 2 - 
                  
                  
Undocumented
Declaration
Objective-C
AWSEC2VpcCidrBlockStateCodeDisassociatingSwift
case disassociating = 3 - 
                  
                  
Undocumented
Declaration
Objective-C
AWSEC2VpcCidrBlockStateCodeDisassociatedSwift
case disassociated = 4 - 
                  
                  
Undocumented
Declaration
Objective-C
AWSEC2VpcCidrBlockStateCodeFailingSwift
case failing = 5 - 
                  
                  
Undocumented
Declaration
Objective-C
AWSEC2VpcCidrBlockStateCodeFailedSwift
case failed = 6 
View on GitHub
Install in Dash
        AWSEC2VpcCidrBlockStateCode Enumeration Reference