Class: Aws::Types::ImportBatch

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#batch_id::String

Returns the value of attribute batch_id.



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

def batch_id
  @batch_id
end

#error_message::String

Returns the value of attribute error_message.



1152
1153
1154
# File 'sig/types.rbs', line 1152

def error_message
  @error_message
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.



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

def status
  @status
end