Class: Aws::AppTest::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
One or more parameter provided in the request is not valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_list ⇒ Array<Types::ValidationExceptionField>
The field list of the validation exception.
- #message ⇒ String
-
#reason ⇒ String
The reason for the validation exception.
Instance Attribute Details
#field_list ⇒ Array<Types::ValidationExceptionField>
The field list of the validation exception.
3231 3232 3233 3234 3235 3236 3237 |
# File 'lib/aws-sdk-apptest/types.rb', line 3231 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
3231 3232 3233 3234 3235 3236 3237 |
# File 'lib/aws-sdk-apptest/types.rb', line 3231 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the validation exception.
3231 3232 3233 3234 3235 3236 3237 |
# File 'lib/aws-sdk-apptest/types.rb', line 3231 class ValidationException < Struct.new( :message, :reason, :field_list) SENSITIVE = [] include Aws::Structure end |