Class: Aws::EFS::Errors::MountTargetNotFound

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of MountTargetNotFound.

Parameters:



444
445
446
# File 'lib/aws-sdk-efs/errors.rb', line 444

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

Instance Method Details

#error_codeString

Returns:

  • (String)


449
# File 'lib/aws-sdk-efs/errors.rb', line 449

def error_code: () -> ::String

#messageString

Returns:

  • (String)


454
# File 'lib/aws-sdk-efs/errors.rb', line 454

def message: () -> ::String