Class: Aws::WorkSpaces::Types::OperationNotSupportedException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workspaces/types.rb

Overview

This operation is not supported.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The exception error message.

Returns:

  • (String)


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

#reasonString

The exception error reason.

Returns:

  • (String)


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