AWSEC2IpamScopeState
Objective-C
NS_ENUM(NSInteger, AWSEC2IpamScopeState) {
    AWSEC2IpamScopeStateUnknown,
    AWSEC2IpamScopeStateCreateInProgress,
    AWSEC2IpamScopeStateCreateComplete,
    AWSEC2IpamScopeStateCreateFailed,
    AWSEC2IpamScopeStateModifyInProgress,
    AWSEC2IpamScopeStateModifyComplete,
    AWSEC2IpamScopeStateModifyFailed,
    AWSEC2IpamScopeStateDeleteInProgress,
    AWSEC2IpamScopeStateDeleteComplete,
    AWSEC2IpamScopeStateDeleteFailed,
    AWSEC2IpamScopeStateIsolateInProgress,
    AWSEC2IpamScopeStateIsolateComplete,
    AWSEC2IpamScopeStateRestoreInProgress,
}Swift
enum AWSEC2IpamScopeState : Int, @unchecked SendableUndocumented
- 
                  
                  Undocumented DeclarationObjective-C AWSEC2IpamScopeStateUnknownSwift case unknown = 0
- 
                  
                  Undocumented DeclarationObjective-C AWSEC2IpamScopeStateCreateInProgressSwift case createInProgress = 1
- 
                  
                  Undocumented DeclarationObjective-C AWSEC2IpamScopeStateCreateCompleteSwift case createComplete = 2
- 
                  
                  Undocumented DeclarationObjective-C AWSEC2IpamScopeStateCreateFailedSwift case createFailed = 3
- 
                  
                  Undocumented DeclarationObjective-C AWSEC2IpamScopeStateModifyInProgressSwift case modifyInProgress = 4
- 
                  
                  Undocumented DeclarationObjective-C AWSEC2IpamScopeStateModifyCompleteSwift case modifyComplete = 5
- 
                  
                  Undocumented DeclarationObjective-C AWSEC2IpamScopeStateModifyFailedSwift case modifyFailed = 6
- 
                  
                  Undocumented DeclarationObjective-C AWSEC2IpamScopeStateDeleteInProgressSwift case deleteInProgress = 7
- 
                  
                  Undocumented DeclarationObjective-C AWSEC2IpamScopeStateDeleteCompleteSwift case deleteComplete = 8
- 
                  
                  Undocumented DeclarationObjective-C AWSEC2IpamScopeStateDeleteFailedSwift case deleteFailed = 9
- 
                  
                  Undocumented DeclarationObjective-C AWSEC2IpamScopeStateIsolateInProgressSwift case isolateInProgress = 10
- 
                  
                  Undocumented DeclarationObjective-C AWSEC2IpamScopeStateIsolateCompleteSwift case isolateComplete = 11
- 
                  
                  Undocumented DeclarationObjective-C AWSEC2IpamScopeStateRestoreInProgressSwift case restoreInProgress = 12
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSEC2IpamScopeState Enumeration Reference
        AWSEC2IpamScopeState Enumeration Reference