Class: Aws::FSx::Errors::SnapshotNotFound
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::FSx::Errors::SnapshotNotFound
- Defined in:
- lib/aws-sdk-fsx/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ SnapshotNotFound
constructor
A new instance of SnapshotNotFound.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ SnapshotNotFound
Returns a new instance of SnapshotNotFound.
587 588 589 |
# File 'lib/aws-sdk-fsx/errors.rb', line 587 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
592 593 594 |
# File 'lib/aws-sdk-fsx/errors.rb', line 592 def @message || @data[:message] end |