Class: Aws::Pipes::Types::ValidationException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pipes/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

Instance Attribute Details

#field_listArray<Types::ValidationExceptionField>

The list of fields for which validation failed and the corresponding failure messages.



3417
3418
3419
3420
3421
3422
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3417

class ValidationException < Struct.new(
  :field_list,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Returns:

  • (String)


3417
3418
3419
3420
3421
3422
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3417

class ValidationException < Struct.new(
  :field_list,
  :message)
  SENSITIVE = []
  include Aws::Structure
end