Class: Aws::ConnectCampaignService::Types::FailedCampaignStateResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#campaign_idString

Identifier representing a Campaign

Returns:

  • (String)


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_codeString

A predefined code indicating the error that caused the failure in getting state of campaigns

Returns:

  • (String)


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