Class: Aws::WorkSpaces::Types::InvalidResourceStateException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::InvalidResourceStateException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
The state of the resource is not valid for this operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3155 3156 3157 3158 3159 |
# File 'lib/aws-sdk-workspaces/types.rb', line 3155 class InvalidResourceStateException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |