You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Inspector::Types::FailedItemDetails

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Includes details about the failed items.

Instance Attribute Summary collapse

Instance Attribute Details

#failure_codeString

The status code of a failed item.

Possible values:

  • INVALID_ARN
  • DUPLICATE_ARN
  • ITEM_DOES_NOT_EXIST
  • ACCESS_DENIED
  • LIMIT_EXCEEDED
  • INTERNAL_ERROR

Returns:

  • (String)

    The status code of a failed item.

#retryableBoolean

Indicates whether you can immediately retry a request for this item for a specified resource.

Returns:

  • (Boolean)

    Indicates whether you can immediately retry a request for this item for a specified resource.