Class: Aws::WellArchitected::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::ValidationExceptionField
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wellarchitected/types.rb
Overview
Stores information about a field passed inside a request that resulted in an exception.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Description of the error.
-
#name ⇒ String
The field name for which validation failed.
Instance Attribute Details
#message ⇒ String
Description of the error.
8864 8865 8866 8867 8868 8869 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 8864 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The field name for which validation failed.
8864 8865 8866 8867 8868 8869 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 8864 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |