Class: Aws::NetworkSecurityManager::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkSecurityManager::Types::ValidationExceptionField
- Defined in:
- gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb
Overview
Describes a single request field that failed validation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message describing the validation error for the field.
-
#name ⇒ String
The name of the field that failed validation.
Instance Attribute Details
#message ⇒ String
A message describing the validation error for the field.
4742 4743 4744 4745 4746 4747 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 4742 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the field that failed validation.
4742 4743 4744 4745 4746 4747 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 4742 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |