Class: Aws::EFS::Errors::ReplicationNotFound

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) ⇒ ReplicationNotFound

Returns a new instance of ReplicationNotFound.

Parameters:



544
545
546
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/errors.rb', line 544

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

Instance Method Details

#error_codeString

Returns:

  • (String)


549
550
551
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/errors.rb', line 549

def error_code
  @data[:error_code]
end

#messageString

Returns:

  • (String)


554
555
556
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/errors.rb', line 554

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