Class: Aws::EFS::Errors::FileSystemNotFound

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-efs/lib/aws-sdk-efs/errors.rb

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of FileSystemNotFound.

Parameters:



284
285
286
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/errors.rb', line 284

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

Instance Method Details

#error_codeString

Returns:

  • (String)


289
290
291
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/errors.rb', line 289

def error_code
  @data[:error_code]
end

#messageString

Returns:

  • (String)


294
295
296
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/errors.rb', line 294

def message
  @message || @data[:message]
end