Class: Aws::ConnectCampaignsV2::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignsV2::Types::ConflictException
- 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 resource.
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
342 343 344 345 346 347 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 342 class ConflictException < 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.
342 343 344 345 346 347 |
# File 'lib/aws-sdk-connectcampaignsv2/types.rb', line 342 class ConflictException < Struct.new( :message, :x_amz_error_type) SENSITIVE = [] include Aws::Structure end |