Class: Aws::AppTest::Types::ValidationExceptionField
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::ValidationExceptionField
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
Specifies a validation exception field.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message stating reason for why service validation failed.
-
#name ⇒ String
The name of the validation exception field.
Instance Attribute Details
#message ⇒ String
The message stating reason for why service validation failed.
3251 3252 3253 3254 3255 3256 |
# File 'lib/aws-sdk-apptest/types.rb', line 3251 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the validation exception field.
3251 3252 3253 3254 3255 3256 |
# File 'lib/aws-sdk-apptest/types.rb', line 3251 class ValidationExceptionField < Struct.new( :name, :message) SENSITIVE = [] include Aws::Structure end |