Class: Aws::ConnectCampaignsV2::Types::FailedCampaignStateResponse

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

Instance Attribute Details

#campaign_idString

Identifier representing a Campaign

Returns:

  • (String)


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_codeString

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

Returns:

  • (String)


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