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.
132 133 134 |
# File 'sig/types.rbs', line 132 def campaign_id @campaign_id end |
#failure_code ⇒ "ResourceNotFound", "UnknownError"
Returns the value of attribute failure_code.
133 134 135 |
# File 'sig/types.rbs', line 133 def failure_code @failure_code end |