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.
2199 2200 2201 2202 2203 2204 |
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 2199 class ValidationException < Struct.new( :message, :field_list) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
2199 2200 2201 2202 2203 2204 |
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 2199 class ValidationException < Struct.new( :message, :field_list) SENSITIVE = [] include Aws::Structure end |