Class: Aws::Types::RejectedRecord
- Inherits:
-
Object
- Object
- Aws::Types::RejectedRecord
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#existing_version ⇒ ::Integer
Returns the value of attribute existing_version.
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#record_index ⇒ ::Integer
Returns the value of attribute record_index.
Instance Attribute Details
#existing_version ⇒ ::Integer
Returns the value of attribute existing_version.
352 353 354 |
# File 'sig/types.rbs', line 352 def existing_version @existing_version end |
#reason ⇒ ::String
Returns the value of attribute reason.
351 352 353 |
# File 'sig/types.rbs', line 351 def reason @reason end |
#record_index ⇒ ::Integer
Returns the value of attribute record_index.
350 351 352 |
# File 'sig/types.rbs', line 350 def record_index @record_index end |