Class: Aws::NeptuneGraph::Errors::ConflictException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ConflictException.

Parameters:



65
66
67
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/errors.rb', line 65

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

Instance Method Details

#messageString

Returns:

  • (String)


70
71
72
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/errors.rb', line 70

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

#reasonString

Returns:

  • (String)


75
76
77
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/errors.rb', line 75

def reason
  @data[:reason]
end