Class: Aws::Types::InspectionErrorDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:catch_index, :retry_index, :retry_backoff_interval_seconds])

Instance Attribute Summary collapse

Instance Attribute Details

#catch_index::Integer

Returns the value of attribute catch_index.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


514
515
516
# File 'sig/types.rbs', line 514

def retry_index
  @retry_index
end