Class: Aws::WorkSpaces::Types::WorkspacesPoolError
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::WorkspacesPoolError
- 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
-
#error_code ⇒ String
The error code.
-
#error_message ⇒ String
The error message.
Instance Attribute Details
#error_code ⇒ String
The error code.
6228 6229 6230 6231 6232 6233 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 6228 class WorkspacesPoolError < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The error message.
6228 6229 6230 6231 6232 6233 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 6228 class WorkspacesPoolError < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |