Class: Aws::NeptuneGraph::Types::ConflictException

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

Overview

Raised when a conflict is encountered.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the problem.

Returns:

  • (String)


116
117
118
119
120
121
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 116

class ConflictException < Struct.new(
  :message,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

The reason for the conflict exception.

Returns:

  • (String)


116
117
118
119
120
121
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 116

class ConflictException < Struct.new(
  :message,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end