AWSElasticLoadBalancingErrorType

Objective-C

NS_ENUM(NSInteger, AWSElasticLoadBalancingErrorType) {
    AWSElasticLoadBalancingErrorUnknown,
    AWSElasticLoadBalancingErrorALPNPolicyNotSupported,
    AWSElasticLoadBalancingErrorAllocationIdNotFound,
    AWSElasticLoadBalancingErrorAvailabilityZoneNotSupported,
    AWSElasticLoadBalancingErrorCaCertificatesBundleNotFound,
    AWSElasticLoadBalancingErrorCertificateNotFound,
    AWSElasticLoadBalancingErrorDuplicateListener,
    AWSElasticLoadBalancingErrorDuplicateLoadBalancerName,
    AWSElasticLoadBalancingErrorDuplicateTagKeys,
    AWSElasticLoadBalancingErrorDuplicateTargetGroupName,
    AWSElasticLoadBalancingErrorDuplicateTrustStoreName,
    AWSElasticLoadBalancingErrorHealthUnavailable,
    AWSElasticLoadBalancingErrorIncompatibleProtocols,
    AWSElasticLoadBalancingErrorInvalidCaCertificatesBundle,
    AWSElasticLoadBalancingErrorInvalidConfigurationRequest,
    AWSElasticLoadBalancingErrorInvalidLoadBalancerAction,
    AWSElasticLoadBalancingErrorInvalidRevocationContent,
    AWSElasticLoadBalancingErrorInvalidScheme,
    AWSElasticLoadBalancingErrorInvalidSecurityGroup,
    AWSElasticLoadBalancingErrorInvalidSubnet,
    AWSElasticLoadBalancingErrorInvalidTarget,
    AWSElasticLoadBalancingErrorListenerNotFound,
    AWSElasticLoadBalancingErrorLoadBalancerNotFound,
    AWSElasticLoadBalancingErrorOperationNotPermitted,
    AWSElasticLoadBalancingErrorPriorityInUse,
    AWSElasticLoadBalancingErrorResourceInUse,
    AWSElasticLoadBalancingErrorRevocationContentNotFound,
    AWSElasticLoadBalancingErrorRevocationIdNotFound,
    AWSElasticLoadBalancingErrorRuleNotFound,
    AWSElasticLoadBalancingErrorSSLPolicyNotFound,
    AWSElasticLoadBalancingErrorSubnetNotFound,
    AWSElasticLoadBalancingErrorTargetGroupAssociationLimit,
    AWSElasticLoadBalancingErrorTargetGroupNotFound,
    AWSElasticLoadBalancingErrorTooManyActions,
    AWSElasticLoadBalancingErrorTooManyCertificates,
    AWSElasticLoadBalancingErrorTooManyListeners,
    AWSElasticLoadBalancingErrorTooManyLoadBalancers,
    AWSElasticLoadBalancingErrorTooManyRegistrationsForTargetId,
    AWSElasticLoadBalancingErrorTooManyRules,
    AWSElasticLoadBalancingErrorTooManyTags,
    AWSElasticLoadBalancingErrorTooManyTargetGroups,
    AWSElasticLoadBalancingErrorTooManyTargets,
    AWSElasticLoadBalancingErrorTooManyTrustStoreRevocationEntries,
    AWSElasticLoadBalancingErrorTooManyTrustStores,
    AWSElasticLoadBalancingErrorTooManyUniqueTargetGroupsPerLoadBalancer,
    AWSElasticLoadBalancingErrorTrustStoreInUse,
    AWSElasticLoadBalancingErrorTrustStoreNotFound,
    AWSElasticLoadBalancingErrorTrustStoreNotReady,
    AWSElasticLoadBalancingErrorUnsupportedProtocol,
}

Swift

enum AWSElasticLoadBalancingErrorType : Int, @unchecked Sendable

Undocumented