Class: Aws::Types::ImportTaskError

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_data ⇒ Types::ImportErrorData

Returns the value of attribute error_data.



598
599
600
# File 'sig/types.rbs', line 598

def error_data
  @error_data
end

#error_date_time ⇒ ::String

Returns the value of attribute error_date_time.

Returns:

  • (::String)


596
597
598
# File 'sig/types.rbs', line 596

def error_date_time
  @error_date_time
end

#error_type ⇒ "VALIDATION_ERROR", "PROCESSING_ERROR"

Returns the value of attribute error_type.

Returns:

  • ("VALIDATION_ERROR", "PROCESSING_ERROR")


597
598
599
# File 'sig/types.rbs', line 597

def error_type
  @error_type
end