Class: Aws::Types::FailedCampaignStateResponse
- Inherits:
-
Object
- Object
- Aws::Types::FailedCampaignStateResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#campaign_id ⇒ ::String
Returns the value of attribute campaign_id.
-
#failure_code ⇒ "ResourceNotFound", "UnknownError"
Returns the value of attribute failure_code.
Instance Attribute Details
#campaign_id ⇒ ::String
Returns the value of attribute campaign_id.
293 294 295 |
# File 'sig/types.rbs', line 293 def campaign_id @campaign_id end |
#failure_code ⇒ "ResourceNotFound", "UnknownError"
Returns the value of attribute failure_code.
294 295 296 |
# File 'sig/types.rbs', line 294 def failure_code @failure_code end |