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.
6487 6488 6489 6490 6491 6492 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 6487 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The field name for which validation failed.
6487 6488 6489 6490 6491 6492 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 6487 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |