Class: Aws::PrivateNetworks::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrivateNetworks::Types::ValidationExceptionField
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-privatenetworks/types.rb
Overview
Information about a field that failed validation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message about the validation failure.
-
#name ⇒ String
The field name that failed validation.
Instance Attribute Details
#message ⇒ String
The message about the validation failure.
1819 1820 1821 1822 1823 1824 |
# File 'lib/aws-sdk-privatenetworks/types.rb', line 1819 class ValidationExceptionField < Struct.new( :message, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The field name that failed validation.
1819 1820 1821 1822 1823 1824 |
# File 'lib/aws-sdk-privatenetworks/types.rb', line 1819 class ValidationExceptionField < Struct.new( :message, :name) SENSITIVE = [] include Aws::Structure end |