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

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

Overview

Describes a pool error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_code ⇒ String

The error code.

Returns:

  • (String)


6513
6514
6515
6516
6517
6518
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 6513

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

#error_message ⇒ String

The error message.

Returns:

  • (String)


6513
6514
6515
6516
6517
6518
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 6513

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