Class: Aws::WorkSpaces::Types::OperationNotSupportedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::OperationNotSupportedException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
This operation is not supported.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The exception error message.
-
#reason ⇒ String
The exception error reason.
Instance Attribute Details
#message ⇒ String
The exception error message.
4174 4175 4176 4177 4178 4179 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4174 class OperationNotSupportedException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The exception error reason.
4174 4175 4176 4177 4178 4179 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4174 class OperationNotSupportedException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |