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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspaces/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)


3208
3209
3210
3211
3212
3213
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3208

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

#reasonString

The exception error reason.

Returns:

  • (String)


3208
3209
3210
3211
3212
3213
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3208

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