Class: Aws::ConnectCampaignsV2::Types::InvalidCampaignStateException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignsV2::Types::InvalidCampaignStateException
- 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
- #message ⇒ String
-
#state ⇒ String
State of a campaign.
-
#x_amz_error_type ⇒ String
A header that defines the error encountered while processing the request.
Instance Attribute Details
#message ⇒ String
1247 1248 1249 1250 1251 1252 1253 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1247 class InvalidCampaignStateException < Struct.new( :state, :message, :x_amz_error_type) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
State of a campaign
1247 1248 1249 1250 1251 1252 1253 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1247 class InvalidCampaignStateException < Struct.new( :state, :message, :x_amz_error_type) SENSITIVE = [] include Aws::Structure end |
#x_amz_error_type ⇒ String
A header that defines the error encountered while processing the request.
1247 1248 1249 1250 1251 1252 1253 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 1247 class InvalidCampaignStateException < Struct.new( :state, :message, :x_amz_error_type) SENSITIVE = [] include Aws::Structure end |