Class: Aws::NeptuneGraph::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::NeptuneGraph::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunegraph/types.rb
Overview
A resource could not be validated.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message describing the problem.
-
#reason ⇒ String
The reason that the resource could not be validated.
Instance Attribute Details
#message ⇒ String
A message describing the problem.
3319 3320 3321 3322 3323 3324 |
# File 'lib/aws-sdk-neptunegraph/types.rb', line 3319 class ValidationException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason that the resource could not be validated.
3319 3320 3321 3322 3323 3324 |
# File 'lib/aws-sdk-neptunegraph/types.rb', line 3319 class ValidationException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |