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)


3428
3429
3430
3431
3432
3433
# File 'lib/aws-sdk-workspaces/types.rb', line 3428

class OperationNotSupportedException < Struct.new(
  :message,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

The exception error reason.

Returns:

  • (String)


3428
3429
3430
3431
3432
3433
# File 'lib/aws-sdk-workspaces/types.rb', line 3428

class OperationNotSupportedException < Struct.new(
  :message,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end