Class: Aws::Pipes::Types::ValidationExceptionField

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

#messageString

The message of the exception.

Returns:

  • (String)


3741
3742
3743
3744
3745
3746
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3741

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

#nameString

The name of the exception.

Returns:

  • (String)


3741
3742
3743
3744
3745
3746
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3741

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