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

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



1722
1723
1724
1725
1726
1727
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 1722

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

#messageString

Returns:

  • (String)


1722
1723
1724
1725
1726
1727
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 1722

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