Class RemoveTargetsResultEntry
- Namespace
- Amazon.EventBridge.Model
- Assembly
- AWSSDK.EventBridge.dll
Represents a target that failed to be removed from a rule.
public class RemoveTargetsResultEntry
- Inheritance
-
RemoveTargetsResultEntry
- Inherited Members
Constructors
RemoveTargetsResultEntry()
public RemoveTargetsResultEntry()
Properties
ErrorCode
Gets and sets the property ErrorCode.
The error code that indicates why the target removal failed. If the value is ConcurrentModificationException
,
too many requests were made at the same time.
public string ErrorCode { get; set; }
Property Value
ErrorMessage
Gets and sets the property ErrorMessage.
The error message that explains why the target removal failed.
public string ErrorMessage { get; set; }
Property Value
TargetId
Gets and sets the property TargetId.
The ID of the target.
public string TargetId { get; set; }