Class: Aws::Types::RejectedRecord

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#existing_version ⇒ ::Integer

Returns the value of attribute existing_version.

Returns:

  • (::Integer)


352
353
354
# File 'sig/types.rbs', line 352

def existing_version
  @existing_version
end

#reason ⇒ ::String

Returns the value of attribute reason.

Returns:

  • (::String)


351
352
353
# File 'sig/types.rbs', line 351

def reason
  @reason
end

#record_index ⇒ ::Integer

Returns the value of attribute record_index.

Returns:

  • (::Integer)


350
351
352
# File 'sig/types.rbs', line 350

def record_index
  @record_index
end