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.



3684
3685
3686
3687
3688
3689
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3684

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

#messageString

Returns:

  • (String)


3684
3685
3686
3687
3688
3689
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3684

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