Class: Aws::S3Vectors::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Vectors::Types::ValidationException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3vectors/types.rb
Overview
The requested action isn’t valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_list ⇒ Array<Types::ValidationExceptionField>
A list of specific validation failures that are encountered during input processing.
- #message ⇒ String
Instance Attribute Details
#field_list ⇒ Array<Types::ValidationExceptionField>
A list of specific validation failures that are encountered during input processing. Each entry in the list contains a path to the field that failed validation and a detailed message that explains why the validation failed. To satisfy multiple constraints, a field can appear multiple times in this list if it failed. You can use the information to identify and fix the specific validation issues in your request.
1277 1278 1279 1280 1281 1282 |
# File 'lib/aws-sdk-s3vectors/types.rb', line 1277 class ValidationException < Struct.new( :message, :field_list) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1277 1278 1279 1280 1281 1282 |
# File 'lib/aws-sdk-s3vectors/types.rb', line 1277 class ValidationException < Struct.new( :message, :field_list) SENSITIVE = [] include Aws::Structure end |