Class: Aws::ConnectCampaignsV2::Types::InvalidCampaignStateException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb

Overview

The request could not be processed because of conflict in the current state of the campaign.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1198
1199
1200
1201
1202
1203
1204
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 1198

class InvalidCampaignStateException < Struct.new(
  :state,
  :message,
  :x_amz_error_type)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

State of a campaign

Returns:

  • (String)


1198
1199
1200
1201
1202
1203
1204
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 1198

class InvalidCampaignStateException < Struct.new(
  :state,
  :message,
  :x_amz_error_type)
  SENSITIVE = []
  include Aws::Structure
end

#x_amz_error_typeString

A header that defines the error encountered while processing the request.

Returns:

  • (String)


1198
1199
1200
1201
1202
1203
1204
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 1198

class InvalidCampaignStateException < Struct.new(
  :state,
  :message,
  :x_amz_error_type)
  SENSITIVE = []
  include Aws::Structure
end