Class: Aws::Types::DeleteThreatModelFailure
- Inherits:
-
Object
- Object
- Aws::Types::DeleteThreatModelFailure
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#threat_model_id ⇒ ::String
Returns the value of attribute threat_model_id.
Instance Attribute Details
#reason ⇒ ::String
Returns the value of attribute reason.
936 937 938 |
# File 'sig/types.rbs', line 936 def reason @reason end |
#threat_model_id ⇒ ::String
Returns the value of attribute threat_model_id.
935 936 937 |
# File 'sig/types.rbs', line 935 def threat_model_id @threat_model_id end |