Class: Aws::EFS::Errors::AccessPointAlreadyExists

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of AccessPointAlreadyExists.

Parameters:



74
75
76
# File 'lib/aws-sdk-efs/errors.rb', line 74

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

Instance Method Details

#access_point_idString

Returns:

  • (String)


89
90
91
# File 'lib/aws-sdk-efs/errors.rb', line 89

def access_point_id
  @data[:access_point_id]
end

#error_codeString

Returns:

  • (String)


79
80
81
# File 'lib/aws-sdk-efs/errors.rb', line 79

def error_code
  @data[:error_code]
end

#messageString

Returns:

  • (String)


84
85
86
# File 'lib/aws-sdk-efs/errors.rb', line 84

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