Class: Aws::EFS::Errors::ReplicationAlreadyExists

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

Returns a new instance of ReplicationAlreadyExists.

Parameters:



524
525
526
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/errors.rb', line 524

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

Instance Method Details

#error_codeString

Returns:

  • (String)


529
530
531
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/errors.rb', line 529

def error_code
  @data[:error_code]
end

#messageString

Returns:

  • (String)


534
535
536
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/errors.rb', line 534

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