Class: Aws::VPCLattice::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::ValidationExceptionField
- Defined in:
- gems/aws-sdk-vpclattice/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.
6057 6058 6059 6060 6061 6062 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 6057 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the validation exception.
6057 6058 6059 6060 6061 6062 |
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 6057 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |