Class: Aws::ConnectCampaignService::Types::ConflictException

Inherits:
Struct
  • Object
show all
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 resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


166
167
168
169
170
171
# File 'gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/types.rb', line 166

class ConflictException < Struct.new(
  :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)


166
167
168
169
170
171
# File 'gems/aws-sdk-connectcampaignservice/lib/aws-sdk-connectcampaignservice/types.rb', line 166

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