ServiceCatalogErrorType
public enum ServiceCatalogErrorType : AWSErrorType
extension ServiceCatalogErrorType : CustomStringConvertible
Error enum for ServiceCatalog
-
Undocumented
Declaration
Swift
case duplicateResourceException(message: String?)
-
Undocumented
Declaration
Swift
case invalidParametersException(message: String?)
-
Undocumented
Declaration
Swift
case invalidStateException(message: String?)
-
Undocumented
Declaration
Swift
case limitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case operationNotSupportedException(message: String?)
-
Undocumented
Declaration
Swift
case resourceInUseException(message: String?)
-
Undocumented
Declaration
Swift
case resourceNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case tagOptionNotMigratedException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }