Class: Aws::ResourceExplorer2::Types::ValidationException

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

Overview

You provided an invalid value for one of the operation's parameters. Check the syntax for the operation, and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#field_listArray<Types::ValidationExceptionField>

An array of the request fields that had validation errors.



1469
1470
1471
1472
1473
1474
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 1469

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

#messageString

Returns:

  • (String)


1469
1470
1471
1472
1473
1474
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 1469

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