ElasticBeanstalkErrorType
public enum ElasticBeanstalkErrorType : AWSErrorType
extension ElasticBeanstalkErrorType : CustomStringConvertible
Error enum for ElasticBeanstalk
-
Undocumented
Declaration
Swift
case codeBuildNotInServiceRegionException(message: String?)
-
Undocumented
Declaration
Swift
case elasticBeanstalkServiceException(message: String?)
-
Undocumented
Declaration
Swift
case insufficientPrivilegesException(message: String?)
-
Undocumented
Declaration
Swift
case invalidRequestException(message: String?)
-
Undocumented
Declaration
Swift
case managedActionInvalidStateException(message: String?)
-
Undocumented
Declaration
Swift
case operationInProgressException(message: String?)
-
Undocumented
Declaration
Swift
case platformVersionStillReferencedException(message: String?)
-
Undocumented
Declaration
Swift
case resourceNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case resourceTypeNotSupportedException(message: String?)
-
Undocumented
Declaration
Swift
case s3LocationNotInServiceRegionException(message: String?)
-
Undocumented
Declaration
Swift
case s3SubscriptionRequiredException(message: String?)
-
Undocumented
Declaration
Swift
case sourceBundleDeletionException(message: String?)
-
Undocumented
Declaration
Swift
case tooManyApplicationVersionsException(message: String?)
-
Undocumented
Declaration
Swift
case tooManyApplicationsException(message: String?)
-
Undocumented
Declaration
Swift
case tooManyBucketsException(message: String?)
-
Undocumented
Declaration
Swift
case tooManyConfigurationTemplatesException(message: String?)
-
Undocumented
Declaration
Swift
case tooManyEnvironmentsException(message: String?)
-
Undocumented
Declaration
Swift
case tooManyPlatformsException(message: String?)
-
Undocumented
Declaration
Swift
case tooManyTagsException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }