Class: Aws::Types::DeletePentestFailure
- Inherits:
-
Object
- Object
- Aws::Types::DeletePentestFailure
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#pentest_id ⇒ ::String
Returns the value of attribute pentest_id.
-
#reason ⇒ ::String
Returns the value of attribute reason.
Instance Attribute Details
#pentest_id ⇒ ::String
Returns the value of attribute pentest_id.
891 892 893 |
# File 'sig/types.rbs', line 891 def pentest_id @pentest_id end |
#reason ⇒ ::String
Returns the value of attribute reason.
892 893 894 |
# File 'sig/types.rbs', line 892 def reason @reason end |