Class: Aws::NetworkManager::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkManager::Types::ValidationExceptionField
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkmanager/types.rb
Overview
Describes a validation exception for a field.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message for the field.
-
#name ⇒ String
The name of the field.
Instance Attribute Details
#message ⇒ String
The message for the field.
6183 6184 6185 6186 6187 6188 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 6183 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the field.
6183 6184 6185 6186 6187 6188 |
# File 'lib/aws-sdk-networkmanager/types.rb', line 6183 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |