Class: Aws::VPCLattice::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
The input does not satisfy the constraints specified by an Amazon Web Services service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_list ⇒ Array<Types::ValidationExceptionField>
The fields that failed validation.
- #message ⇒ String
-
#reason ⇒ String
The reason.
Instance Attribute Details
#field_list ⇒ Array<Types::ValidationExceptionField>
The fields that failed validation.
3894 3895 3896 3897 3898 3899 3900 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3894 class ValidationException < Struct.new( :field_list, :message, :reason) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
3894 3895 3896 3897 3898 3899 3900 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3894 class ValidationException < Struct.new( :field_list, :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason.
3894 3895 3896 3897 3898 3899 3900 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3894 class ValidationException < Struct.new( :field_list, :message, :reason) SENSITIVE = [] include Aws::Structure end |