Class: Aws::FSx::Errors::UnsupportedOperation

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-fsx/errors.rb

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of UnsupportedOperation.

Parameters:



737
738
739
# File 'lib/aws-sdk-fsx/errors.rb', line 737

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

Instance Method Details

#messageString

Returns:

  • (String)


742
# File 'lib/aws-sdk-fsx/errors.rb', line 742

def message: () -> ::String