Class: Aws::Types::ImportBatch

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#batch_id::String

Returns the value of attribute batch_id.

Returns:

  • (::String)


1148
1149
1150
# File 'sig/types.rbs', line 1148

def batch_id
  @batch_id
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


1150
1151
1152
# File 'sig/types.rbs', line 1150

def error_message
  @error_message
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("IN_PROGRESS", "CANCELLED", "COMPLETED", "FAILED")


1149
1150
1151
# File 'sig/types.rbs', line 1149

def status
  @status
end