Class: Aws::ConnectCampaignService::Types::InvalidStateException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignService::Types::InvalidStateException
- 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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#x_amz_error_type ⇒ String
A header that defines the error encountered while processing the request.
Instance Attribute Details
#message ⇒ String
686 687 688 689 690 691 |
# File 'gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/types.rb', line 686 class InvalidStateException < Struct.new( :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.
686 687 688 689 690 691 |
# File 'gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/types.rb', line 686 class InvalidStateException < Struct.new( :message, :x_amz_error_type) SENSITIVE = [] include Aws::Structure end |