Class: Aws::FSx::Errors::VolumeNotFound
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::FSx::Errors::VolumeNotFound
- Defined in:
- lib/aws-sdk-fsx/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ VolumeNotFound
constructor
A new instance of VolumeNotFound.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ VolumeNotFound
Returns a new instance of VolumeNotFound.
652 653 654 |
# File 'lib/aws-sdk-fsx/errors.rb', line 652 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
657 658 659 |
# File 'lib/aws-sdk-fsx/errors.rb', line 657 def @message || @data[:message] end |