Class: Aws::S3Vectors::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Vectors::Types::ValidationExceptionField
- Defined in:
- gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/types.rb
Overview
Contains information about a validation exception.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message about the validation exception.
-
#path ⇒ String
A path about the validation exception.
Instance Attribute Details
#message ⇒ String
A message about the validation exception.
1169 1170 1171 1172 1173 1174 |
# File 'gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/types.rb', line 1169 class ValidationExceptionField < Struct.new( :path, :message) SENSITIVE = [] include Aws::Structure end |
#path ⇒ String
A path about the validation exception.
1169 1170 1171 1172 1173 1174 |
# File 'gems/aws-sdk-s3vectors/lib/aws-sdk-s3vectors/types.rb', line 1169 class ValidationExceptionField < Struct.new( :path, :message) SENSITIVE = [] include Aws::Structure end |