Class: Aws::EFS::Errors::IpAddressInUse

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

Returns a new instance of IpAddressInUse.

Parameters:



404
405
406
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/errors.rb', line 404

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

Instance Method Details

#error_codeString

Returns:

  • (String)


409
410
411
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/errors.rb', line 409

def error_code
  @data[:error_code]
end

#messageString

Returns:

  • (String)


414
415
416
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/errors.rb', line 414

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