Class: Aws::ConnectCampaignsV2::Types::FailedCampaignStateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignsV2::Types::FailedCampaignStateResponse
- Defined in:
- gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb
Overview
Failed response of campaign state
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#campaign_id ⇒ String
Identifier representing a Campaign.
-
#failure_code ⇒ String
A predefined code indicating the error that caused the failure in getting state of campaigns.
Instance Attribute Details
#campaign_id ⇒ String
Identifier representing a Campaign
788 789 790 791 792 793 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 788 class FailedCampaignStateResponse < Struct.new( :campaign_id, :failure_code) SENSITIVE = [] include Aws::Structure end |
#failure_code ⇒ String
A predefined code indicating the error that caused the failure in getting state of campaigns
788 789 790 791 792 793 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 788 class FailedCampaignStateResponse < Struct.new( :campaign_id, :failure_code) SENSITIVE = [] include Aws::Structure end |