class
Amazonite::EventBridge::PutTargetsResultEntry
- Amazonite::EventBridge::PutTargetsResultEntry
- Reference
- Object
Overview
Represents a target that failed to be added to a rule.
Included Modules
- JSON::Serializable
Defined in:
eventbridge/put_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 addition failed.
-
#error_code=(error_code : String | Nil)
The error code that indicates why the target addition failed.
-
#error_message : String | Nil
The error message that explains why the target addition failed.
-
#error_message=(error_message : String | Nil)
The error message that explains why the target addition 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 addition failed. If the value is
ConcurrentModificationException, too many requests were made at the same time.
The error code that indicates why the target addition failed. If the value is
ConcurrentModificationException, too many requests were made at the same time.
The error message that explains why the target addition failed.