Class: Aws::NeptuneGraph::Types::ValidationException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

A message describing the problem.

Returns:

  • (String)


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

#reasonString

The reason that the resource could not be validated.

Returns:

  • (String)


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