Class: Aws::Resiliencehubv2::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::ValidationExceptionField
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Describes 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.
4962 4963 4964 4965 4966 4967 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4962 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the field that failed validation.
4962 4963 4964 4965 4966 4967 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 4962 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |