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)


3437
3438
3439
3440
3441
3442
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3437

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

#nameString

The name of the exception.

Returns:

  • (String)


3437
3438
3439
3440
3441
3442
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3437

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