Class: Aws::SecurityAgent::Types::DeletePentestFailure
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::DeletePentestFailure
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Information about a failed pentest deletion attempt
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pentest_id ⇒ String
Identifier of the pentest that failed to delete.
-
#reason ⇒ String
Reason for the deletion failure.
Instance Attribute Details
#pentest_id ⇒ String
Identifier of the pentest that failed to delete
1329 1330 1331 1332 1333 1334 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1329 class DeletePentestFailure < Struct.new( :pentest_id, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
Reason for the deletion failure
1329 1330 1331 1332 1333 1334 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 1329 class DeletePentestFailure < Struct.new( :pentest_id, :reason) SENSITIVE = [] include Aws::Structure end |