Class: Aws::NeptuneGraph::Types::UnprocessableException

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

Overview

Request cannot be processed due to known reasons. Eg. partition full.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2448
2449
2450
2451
2452
2453
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 2448

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

#reasonString

The reason for the unprocessable exception.

Returns:

  • (String)


2448
2449
2450
2451
2452
2453
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 2448

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