Class: Aws::NeptuneGraph::Errors::UnprocessableException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of UnprocessableException.

Parameters:



177
178
179
# File 'lib/aws-sdk-neptunegraph/errors.rb', line 177

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

Instance Method Details

#messageString

Returns:

  • (String)


182
# File 'lib/aws-sdk-neptunegraph/errors.rb', line 182

def message: () -> ::String

#reasonString

Returns:

  • (String)


187
# File 'lib/aws-sdk-neptunegraph/errors.rb', line 187

def reason: () -> ::String