WorkSpacesErrorType
public enum WorkSpacesErrorType : AWSErrorType
extension WorkSpacesErrorType : CustomStringConvertible
Error enum for WorkSpaces
-
Undocumented
Declaration
Swift
case accessDeniedException(message: String?)
-
Undocumented
Declaration
Swift
case invalidParameterValuesException(message: String?)
-
Undocumented
Declaration
Swift
case invalidResourceStateException(message: String?)
-
Undocumented
Declaration
Swift
case operationInProgressException(message: String?)
-
Undocumented
Declaration
Swift
case operationNotSupportedException(message: String?)
-
Undocumented
Declaration
Swift
case resourceAlreadyExistsException(message: String?)
-
Undocumented
Declaration
Swift
case resourceAssociatedException(message: String?)
-
Undocumented
Declaration
Swift
case resourceCreationFailedException(message: String?)
-
Undocumented
Declaration
Swift
case resourceLimitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case resourceNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case resourceUnavailableException(message: String?)
-
Undocumented
Declaration
Swift
case unsupportedNetworkConfigurationException(message: String?)
-
Undocumented
Declaration
Swift
case unsupportedWorkspaceConfigurationException(message: String?)
-
Undocumented
Declaration
Swift
case workspacesDefaultRoleNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }