Class: Aws::SecurityAgent::Types::DeletePentestFailure

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#pentest_idString

Identifier of the pentest that failed to delete

Returns:

  • (String)


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

#reasonString

Reason for the deletion failure

Returns:

  • (String)


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