Class: Aws::Types::TaskExecutionResultDetail

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code::String

Returns the value of attribute error_code.

Returns:

  • (::String)


913
914
915
# File 'sig/types.rbs', line 913

def error_code
  @error_code
end

#error_detail::String

Returns the value of attribute error_detail.

Returns:

  • (::String)


914
915
916
# File 'sig/types.rbs', line 914

def error_detail
  @error_detail
end

#prepare_duration::Integer

Returns the value of attribute prepare_duration.

Returns:

  • (::Integer)


906
907
908
# File 'sig/types.rbs', line 906

def prepare_duration
  @prepare_duration
end

#prepare_status"PENDING", ...

Returns the value of attribute prepare_status.

Returns:

  • ("PENDING", "SUCCESS", "ERROR")


907
908
909
# File 'sig/types.rbs', line 907

def prepare_status
  @prepare_status
end

#total_duration::Integer

Returns the value of attribute total_duration.

Returns:

  • (::Integer)


908
909
910
# File 'sig/types.rbs', line 908

def total_duration
  @total_duration
end

#transfer_duration::Integer

Returns the value of attribute transfer_duration.

Returns:

  • (::Integer)


909
910
911
# File 'sig/types.rbs', line 909

def transfer_duration
  @transfer_duration
end

#transfer_status"PENDING", ...

Returns the value of attribute transfer_status.

Returns:

  • ("PENDING", "SUCCESS", "ERROR")


910
911
912
# File 'sig/types.rbs', line 910

def transfer_status
  @transfer_status
end

#verify_duration::Integer

Returns the value of attribute verify_duration.

Returns:

  • (::Integer)


911
912
913
# File 'sig/types.rbs', line 911

def verify_duration
  @verify_duration
end

#verify_status"PENDING", ...

Returns the value of attribute verify_status.

Returns:

  • ("PENDING", "SUCCESS", "ERROR")


912
913
914
# File 'sig/types.rbs', line 912

def verify_status
  @verify_status
end