ECSErrorType
public enum ECSErrorType : AWSErrorType
extension ECSErrorType : CustomStringConvertible
Error enum for ECS
-
Undocumented
Declaration
Swift
case accessDeniedException(message: String?)
-
Undocumented
Declaration
Swift
case attributeLimitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case blockedException(message: String?)
-
Undocumented
Declaration
Swift
case clientException(message: String?)
-
Undocumented
Declaration
Swift
case clusterContainsContainerInstancesException(message: String?)
-
Undocumented
Declaration
Swift
case clusterContainsServicesException(message: String?)
-
Undocumented
Declaration
Swift
case clusterContainsTasksException(message: String?)
-
Undocumented
Declaration
Swift
case clusterNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case invalidParameterException(message: String?)
-
Undocumented
Declaration
Swift
case limitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case missingVersionException(message: String?)
-
Undocumented
Declaration
Swift
case noUpdateAvailableException(message: String?)
-
Undocumented
Declaration
Swift
case platformTaskDefinitionIncompatibilityException(message: String?)
-
Undocumented
Declaration
Swift
case platformUnknownException(message: String?)
-
Undocumented
Declaration
Swift
case resourceInUseException(message: String?)
-
Undocumented
Declaration
Swift
case resourceNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case serverException(message: String?)
-
Undocumented
Declaration
Swift
case serviceNotActiveException(message: String?)
-
Undocumented
Declaration
Swift
case serviceNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case targetNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case taskSetNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case unsupportedFeatureException(message: String?)
-
Undocumented
Declaration
Swift
case updateInProgressException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }