Class: Aws::ResourceExplorer2::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::ValidationException
- 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
-
#field_list ⇒ Array<Types::ValidationExceptionField>
An array of the request fields that had validation errors.
- #message ⇒ String
Instance Attribute Details
#field_list ⇒ Array<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 |
#message ⇒ 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 |