Class: Aws::Inspector::Types::FailedItemDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::FailedItemDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector/types.rb
Overview
Includes details about the failed items.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failure_code ⇒ String
The status code of a failed item.
-
#retryable ⇒ Boolean
Indicates whether you can immediately retry a request for this item for a specified resource.
Instance Attribute Details
#failure_code ⇒ String
The status code of a failed item.
1273 1274 1275 1276 1277 1278 |
# File 'lib/aws-sdk-inspector/types.rb', line 1273 class FailedItemDetails < Struct.new( :failure_code, :retryable) SENSITIVE = [] include Aws::Structure end |
#retryable ⇒ Boolean
Indicates whether you can immediately retry a request for this item for a specified resource.
1273 1274 1275 1276 1277 1278 |
# File 'lib/aws-sdk-inspector/types.rb', line 1273 class FailedItemDetails < Struct.new( :failure_code, :retryable) SENSITIVE = [] include Aws::Structure end |