Class: Aws::FSx::Errors::UnsupportedOperation
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::FSx::Errors::UnsupportedOperation
- Defined in:
- lib/aws-sdk-fsx/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnsupportedOperation
constructor
A new instance of UnsupportedOperation.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnsupportedOperation
Returns a new instance of UnsupportedOperation.
637 638 639 |
# File 'lib/aws-sdk-fsx/errors.rb', line 637 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
642 643 644 |
# File 'lib/aws-sdk-fsx/errors.rb', line 642 def @message || @data[:message] end |