RoboMakerErrorType
public enum RoboMakerErrorType : AWSErrorType
extension RoboMakerErrorType : CustomStringConvertible
Error enum for RoboMaker
-
Undocumented
Declaration
Swift
case concurrentDeploymentException(message: String?)
-
Undocumented
Declaration
Swift
case idempotentParameterMismatchException(message: String?)
-
Undocumented
Declaration
Swift
case internalServerException(message: String?)
-
Undocumented
Declaration
Swift
case invalidParameterException(message: String?)
-
Undocumented
Declaration
Swift
case limitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case resourceAlreadyExistsException(message: String?)
-
Undocumented
Declaration
Swift
case resourceNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case serviceUnavailableException(message: String?)
-
Undocumented
Declaration
Swift
case throttlingException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }