CloudFormationErrorType
public enum CloudFormationErrorType : AWSErrorType
extension CloudFormationErrorType : CustomStringConvertible
Error enum for CloudFormation
-
Undocumented
Declaration
Swift
case alreadyExistsException(message: String?)
-
Undocumented
Declaration
Swift
case cFNRegistryException(message: String?)
-
Undocumented
Declaration
Swift
case changeSetNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case createdButModifiedException(message: String?)
-
Undocumented
Declaration
Swift
case insufficientCapabilitiesException(message: String?)
-
Undocumented
Declaration
Swift
case invalidChangeSetStatusException(message: String?)
-
Undocumented
Declaration
Swift
case invalidOperationException(message: String?)
-
Undocumented
Declaration
Swift
case invalidStateTransitionException(message: String?)
-
Undocumented
Declaration
Swift
case limitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case nameAlreadyExistsException(message: String?)
-
Undocumented
Declaration
Swift
case operationIdAlreadyExistsException(message: String?)
-
Undocumented
Declaration
Swift
case operationInProgressException(message: String?)
-
Undocumented
Declaration
Swift
case operationNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case operationStatusCheckFailedException(message: String?)
-
Undocumented
Declaration
Swift
case stackInstanceNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case stackSetNotEmptyException(message: String?)
-
Undocumented
Declaration
Swift
case stackSetNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case staleRequestException(message: String?)
-
Undocumented
Declaration
Swift
case tokenAlreadyExistsException(message: String?)
-
Undocumented
Declaration
Swift
case typeNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }