You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::WorkSpaces::Types::FailedCreateWorkspaceRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes a WorkSpace that cannot be created.

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code that is returned if the WorkSpace cannot be created.

Returns:

  • (String)

    The error code that is returned if the WorkSpace cannot be created.

#error_messageString

The text of the error message that is returned if the WorkSpace cannot be created.

Returns:

  • (String)

    The text of the error message that is returned if the WorkSpace cannot be created.

#workspace_requestTypes::WorkspaceRequest

Information about the WorkSpace.

Returns: