Table of Contents

Class PutTargetsResultEntry

Namespace
Amazon.EventBridge.Model
Assembly
AWSSDK.EventBridge.dll

Represents a target that failed to be added to a rule.

public class PutTargetsResultEntry
Inheritance
PutTargetsResultEntry
Inherited Members

Constructors

PutTargetsResultEntry()

public PutTargetsResultEntry()

Properties

ErrorCode

Gets and sets the property ErrorCode.

The error code that indicates why the target addition failed. If the value is ConcurrentModificationException, too many requests were made at the same time.

public string ErrorCode { get; set; }

Property Value

string

ErrorMessage

Gets and sets the property ErrorMessage.

The error message that explains why the target addition failed.

public string ErrorMessage { get; set; }

Property Value

string

TargetId

Gets and sets the property TargetId.

The ID of the target.

public string TargetId { get; set; }

Property Value

string