ImagebuilderErrorType
public enum ImagebuilderErrorType : AWSErrorType
extension ImagebuilderErrorType : CustomStringConvertible
Error enum for Imagebuilder
-
Undocumented
Declaration
Swift
case callRateLimitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case clientException(message: String?)
-
Undocumented
Declaration
Swift
case forbiddenException(message: String?)
-
Undocumented
Declaration
Swift
case idempotentParameterMismatchException(message: String?)
-
Undocumented
Declaration
Swift
case invalidPaginationTokenException(message: String?)
-
Undocumented
Declaration
Swift
case invalidParameterCombinationException(message: String?)
-
Undocumented
Declaration
Swift
case invalidParameterException(message: String?)
-
Undocumented
Declaration
Swift
case invalidParameterValueException(message: String?)
-
Undocumented
Declaration
Swift
case invalidRequestException(message: String?)
-
Undocumented
Declaration
Swift
case invalidVersionNumberException(message: String?)
-
Undocumented
Declaration
Swift
case resourceAlreadyExistsException(message: String?)
-
Undocumented
Declaration
Swift
case resourceDependencyException(message: String?)
-
Undocumented
Declaration
Swift
case resourceInUseException(message: String?)
-
Undocumented
Declaration
Swift
case resourceNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case serviceException(message: String?)
-
Undocumented
Declaration
Swift
case serviceQuotaExceededException(message: String?)
-
Undocumented
Declaration
Swift
case serviceUnavailableException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }