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.
3914 3915 3916 3917 3918 3919 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3914 class ValidationExceptionField < Struct.new( :message, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the validation exception.
3914 3915 3916 3917 3918 3919 |
# File 'lib/aws-sdk-vpclattice/types.rb', line 3914 class ValidationExceptionField < Struct.new( :message, :name) SENSITIVE = [] include Aws::Structure end |