Class: Aws::Types::PutRecordBatchResponseEntry

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:



798
799
800
# File 'sig/types.rbs', line 798

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:



799
800
801
# File 'sig/types.rbs', line 799

def error_message
  @error_message
end

#record_id::String

Returns the value of attribute record_id.

Returns:



797
798
799
# File 'sig/types.rbs', line 797

def record_id
  @record_id
end