Class: Aws::Types::FailedRecord
- Inherits:
-
Object
- Object
- Aws::Types::FailedRecord
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#input_source_arn ⇒ ::String
Returns the value of attribute input_source_arn.
-
#unique_id ⇒ ::String
Returns the value of attribute unique_id.
Instance Attribute Details
#error_message ⇒ ::String
Returns the value of attribute error_message.
227 228 229 |
# File 'sig/types.rbs', line 227 def @error_message end |
#input_source_arn ⇒ ::String
Returns the value of attribute input_source_arn.
225 226 227 |
# File 'sig/types.rbs', line 225 def input_source_arn @input_source_arn end |
#unique_id ⇒ ::String
Returns the value of attribute unique_id.
226 227 228 |
# File 'sig/types.rbs', line 226 def unique_id @unique_id end |