Class: Aws::Types::DescribeProblemResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeProblemResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#problem ⇒ Types::Problem
Returns the value of attribute problem.
-
#sns_notification_arn ⇒ ::String
Returns the value of attribute sns_notification_arn.
Instance Attribute Details
#problem ⇒ Types::Problem
Returns the value of attribute problem.
239 240 241 |
# File 'sig/types.rbs', line 239 def problem @problem end |
#sns_notification_arn ⇒ ::String
Returns the value of attribute sns_notification_arn.
240 241 242 |
# File 'sig/types.rbs', line 240 def sns_notification_arn @sns_notification_arn end |