Class: Aws::Route53GlobalResolver::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53GlobalResolver::Types::ValidationExceptionField
- Defined in:
- gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb
Overview
Information about a field that failed validation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The validation error message for the field.
-
#name ⇒ String
The name of the field that failed validation.
Instance Attribute Details
#message ⇒ String
The validation error message for the field.
4576 4577 4578 4579 4580 4581 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4576 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the field that failed validation.
4576 4577 4578 4579 4580 4581 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 4576 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |