FailedWorkspaceChangeRequest

public struct FailedWorkspaceChangeRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The error code that is returned if the WorkSpace cannot be rebooted.

    Declaration

    Swift

    public let errorCode: String?
  • The text of the error message that is returned if the WorkSpace cannot be rebooted.

    Declaration

    Swift

    public let errorMessage: String?
  • The identifier of the WorkSpace.

    Declaration

    Swift

    public let workspaceId: String?
  • Undocumented

    Declaration

    Swift

    public init(errorCode: String? = nil, errorMessage: String? = nil, workspaceId: String? = nil)