Class: Aws::Types::ErrorInfo
- Inherits:
-
Object
- Object
- Aws::Types::ErrorInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_message ⇒ ::String
Returns the value of attribute execution_message.
-
#put_failures_count ⇒ ::Integer
Returns the value of attribute put_failures_count.
Instance Attribute Details
#execution_message ⇒ ::String
Returns the value of attribute execution_message.
590 591 592 |
# File 'sig/types.rbs', line 590 def @execution_message end |
#put_failures_count ⇒ ::Integer
Returns the value of attribute put_failures_count.
589 590 591 |
# File 'sig/types.rbs', line 589 def put_failures_count @put_failures_count end |