class
Amazonite::EventBridge::RemoveTargetsResultEntry
- Amazonite::EventBridge::RemoveTargetsResultEntry
- Reference
- Object
Overview
Represents a target that failed to be removed from a rule.
Included Modules
- JSON::Serializable
Defined in:
eventbridge/remove_targets_result_entry.crConstructors
- .new(pull : JSON::PullParser)
- .new(target_id : String | Nil = nil, error_code : String | Nil = nil, error_message : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#error_code : String | Nil
The error code that indicates why the target removal failed.
-
#error_code=(error_code : String | Nil)
The error code that indicates why the target removal failed.
-
#error_message : String | Nil
The error message that explains why the target removal failed.
-
#error_message=(error_message : String | Nil)
The error message that explains why the target removal failed.
-
#hash(hasher)
See
Object#hash(hasher) -
#target_id : String | Nil
The ID of the target.
-
#target_id=(target_id : String | Nil)
The ID of the target.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The error code that indicates why the target removal failed. If the value is
ConcurrentModificationException, too many requests were made at the same time.
The error code that indicates why the target removal failed. If the value is
ConcurrentModificationException, too many requests were made at the same time.
The error message that explains why the target removal failed.