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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3161
3162
3163
3164
3165
3166
# File 'lib/aws-sdk-neptunegraph/types.rb', line 3161

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

#reasonString

The reason for the unprocessable exception.

Returns:

  • (String)


3161
3162
3163
3164
3165
3166
# File 'lib/aws-sdk-neptunegraph/types.rb', line 3161

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