FailedCreateWorkspaceRequest
public struct FailedCreateWorkspaceRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The error code that is returned if the WorkSpace cannot be created.
Declaration
Swift
public let errorCode: String?
-
The text of the error message that is returned if the WorkSpace cannot be created.
Declaration
Swift
public let errorMessage: String?
-
Information about the WorkSpace.
Declaration
Swift
public let workspaceRequest: WorkspaceRequest?
-
Undocumented
Declaration
Swift
public init(errorCode: String? = nil, errorMessage: String? = nil, workspaceRequest: WorkspaceRequest? = nil)