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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1151
1152
1153
1154
1155
1156
1157
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1151

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

#stateString

State of a campaign

Returns:

  • (String)


1151
1152
1153
1154
1155
1156
1157
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1151

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)


1151
1152
1153
1154
1155
1156
1157
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1151

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