Class: Aws::VPCLattice::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::ValidationExceptionField
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-vpclattice/types.rb
Overview
Describes a validation failure.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Additional information about why the validation failed.
-
#name ⇒ String
The name of the validation exception.
Instance Attribute Details
#message ⇒ String
Additional information about why the validation failed.
5518 5519 5520 5521 5522 5523 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 5518 class ValidationExceptionField < Struct.new( :message, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the validation exception.
5518 5519 5520 5521 5522 5523 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 5518 class ValidationExceptionField < Struct.new( :message, :name) SENSITIVE = [] include Aws::Structure end |