Class: Aws::NeptuneGraph::Types::UnprocessableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::NeptuneGraph::Types::UnprocessableException
- 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
- #message ⇒ String
-
#reason ⇒ String
The reason for the unprocessable exception.
Instance Attribute Details
#message ⇒ 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 |
#reason ⇒ String
The reason for the unprocessable exception.
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 |