Class: Aws::WorkSpaces::Types::WorkspacesPoolError

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workspaces/types.rb

Overview

Describes a pool error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code.

Returns:

  • (String)


6492
6493
6494
6495
6496
6497
# File 'lib/aws-sdk-workspaces/types.rb', line 6492

class WorkspacesPoolError < Struct.new(
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

The error message.

Returns:

  • (String)


6492
6493
6494
6495
6496
6497
# File 'lib/aws-sdk-workspaces/types.rb', line 6492

class WorkspacesPoolError < Struct.new(
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end