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.
934 935 936 |
# File 'sig/types.rbs', line 934 def reason @reason end |
#threat_model_id ⇒ ::String
Returns the value of attribute threat_model_id.
933 934 935 |
# File 'sig/types.rbs', line 933 def threat_model_id @threat_model_id end |