Class: Aws::ConnectCampaignService::Types::InvalidCampaignStateException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignService::Types::InvalidCampaignStateException
- Defined in:
- gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/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
665 666 667 668 669 670 671 |
# File 'gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/types.rb', line 665 class InvalidCampaignStateException < Struct.new( :state, :message, :x_amz_error_type) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
State of a campaign
665 666 667 668 669 670 671 |
# File 'gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/types.rb', line 665 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.
665 666 667 668 669 670 671 |
# File 'gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/types.rb', line 665 class InvalidCampaignStateException < Struct.new( :state, :message, :x_amz_error_type) SENSITIVE = [] include Aws::Structure end |