Class: Aws::EFS::Errors::FileSystemNotFound
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::EFS::Errors::FileSystemNotFound
- Defined in:
- lib/aws-sdk-efs/errors.rb
Instance Method Summary collapse
- #error_code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ FileSystemNotFound
constructor
A new instance of FileSystemNotFound.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ FileSystemNotFound
Returns a new instance of FileSystemNotFound.
284 285 286 |
# File 'lib/aws-sdk-efs/errors.rb', line 284 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#error_code ⇒ String
289 290 291 |
# File 'lib/aws-sdk-efs/errors.rb', line 289 def error_code @data[:error_code] end |
#message ⇒ String
294 295 296 |
# File 'lib/aws-sdk-efs/errors.rb', line 294 def @message || @data[:message] end |