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)


3704
3705
3706
3707
3708
3709
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3704

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

#nameString

The name of the exception.

Returns:

  • (String)


3704
3705
3706
3707
3708
3709
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3704

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