Class: Aws::WorkSpaces::Errors::OperationNotSupportedException

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-workspaces/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ OperationNotSupportedException

Returns a new instance of OperationNotSupportedException.

Parameters:



194
195
196
# File 'lib/aws-sdk-workspaces/errors.rb', line 194

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


199
200
201
# File 'lib/aws-sdk-workspaces/errors.rb', line 199

def message
  @message || @data[:message]
end

#reasonString

Returns:

  • (String)


204
205
206
# File 'lib/aws-sdk-workspaces/errors.rb', line 204

def reason
  @data[:reason]
end