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.
889 890 891 |
# File 'sig/types.rbs', line 889 def pentest_id @pentest_id end |
#reason ⇒ ::String
Returns the value of attribute reason.
890 891 892 |
# File 'sig/types.rbs', line 890 def reason @reason end |