Class: Aws::ConnectCampaignsV2::Types::FailedProfileOutboundRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCampaignsV2::Types::FailedProfileOutboundRequest
- Defined in:
- gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb
Overview
Failure details for a profile outbound request
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Client provided parameter used for idempotency.
-
#failure_code ⇒ String
Predefined code indicating the error that caused the failure.
-
#id ⇒ String
Identifier of the profile outbound request.
Instance Attribute Details
#client_token ⇒ String
Client provided parameter used for idempotency. Its value must be unique for each request.
812 813 814 815 816 817 818 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 812 class FailedProfileOutboundRequest < Struct.new( :client_token, :id, :failure_code) SENSITIVE = [] include Aws::Structure end |
#failure_code ⇒ String
Predefined code indicating the error that caused the failure
812 813 814 815 816 817 818 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 812 class FailedProfileOutboundRequest < Struct.new( :client_token, :id, :failure_code) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
Identifier of the profile outbound request
812 813 814 815 816 817 818 |
# File 'gems/aws-sdk-connectcampaignsv2/lib/aws-sdk-connectcampaignsv2/types.rb', line 812 class FailedProfileOutboundRequest < Struct.new( :client_token, :id, :failure_code) SENSITIVE = [] include Aws::Structure end |