Class: Aws::Types::DeletePentestFailure

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#pentest_id::String

Returns the value of attribute pentest_id.

Returns:

  • (::String)


889
890
891
# File 'sig/types.rbs', line 889

def pentest_id
  @pentest_id
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


890
891
892
# File 'sig/types.rbs', line 890

def reason
  @reason
end