Class: Aws::Pipes::Types::ValidationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pipes::Types::ValidationException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pipes/types.rb
Overview
Indicates that an error has occurred while performing a validate operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field_list ⇒ Array<Types::ValidationExceptionField>
The list of fields for which validation failed and the corresponding failure messages.
- #message ⇒ String
Instance Attribute Details
#field_list ⇒ Array<Types::ValidationExceptionField>
The list of fields for which validation failed and the corresponding failure messages.
3709 3710 3711 3712 3713 3714 |
# File 'lib/aws-sdk-pipes/types.rb', line 3709 class ValidationException < Struct.new( :message, :field_list) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
3709 3710 3711 3712 3713 3714 |
# File 'lib/aws-sdk-pipes/types.rb', line 3709 class ValidationException < Struct.new( :message, :field_list) SENSITIVE = [] include Aws::Structure end |