Class: Aws::Types::InspectionErrorDetails
- Inherits:
-
Object
- Object
- Aws::Types::InspectionErrorDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#catch_index ⇒ ::Integer
Returns the value of attribute catch_index.
-
#retry_backoff_interval_seconds ⇒ ::Integer
Returns the value of attribute retry_backoff_interval_seconds.
-
#retry_index ⇒ ::Integer
Returns the value of attribute retry_index.
Instance Attribute Details
#catch_index ⇒ ::Integer
Returns the value of attribute catch_index.
513 514 515 |
# File 'sig/types.rbs', line 513 def catch_index @catch_index end |
#retry_backoff_interval_seconds ⇒ ::Integer
Returns the value of attribute retry_backoff_interval_seconds.
515 516 517 |
# File 'sig/types.rbs', line 515 def retry_backoff_interval_seconds @retry_backoff_interval_seconds end |
#retry_index ⇒ ::Integer
Returns the value of attribute retry_index.
514 515 516 |
# File 'sig/types.rbs', line 514 def retry_index @retry_index end |