Class: Aws::WorkSpaces::Types::WorkspacesPoolError
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::WorkspacesPoolError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Describes a pool error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The error code.
-
#error_message ⇒ String
The error message.
Instance Attribute Details
#error_code ⇒ String
The error code.
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_message ⇒ String
The error message.
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 |