Class: Aws::WorkSpaces::Types::ResourceUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::ResourceUnavailableException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
The specified resource is not available.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The exception error message.
-
#resource_id ⇒ String
The identifier of the resource that is not available.
Instance Attribute Details
#message ⇒ String
The exception error message.
4242 4243 4244 4245 4246 4247 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4242 class ResourceUnavailableException < Struct.new( :message, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The identifier of the resource that is not available.
4242 4243 4244 4245 4246 4247 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4242 class ResourceUnavailableException < Struct.new( :message, :resource_id) SENSITIVE = [] include Aws::Structure end |