Class: Aws::ConnectCampaignService::Types::FailedCampaignStateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignService::Types::FailedCampaignStateResponse
- Defined in:
- gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/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
408 409 410 411 412 413 |
# File 'gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/types.rb', line 408 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
408 409 410 411 412 413 |
# File 'gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/types.rb', line 408 class FailedCampaignStateResponse < Struct.new( :campaign_id, :failure_code) SENSITIVE = [] include Aws::Structure end |