class
Amazonite::CloudWatchLogs::RejectedEntityInfo
- Amazonite::CloudWatchLogs::RejectedEntityInfo
- Reference
- Object
Overview
If an entity is rejected when a PutLogEvents request was made, this includes details about the
reason for the rejection.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/rejected_entity_info.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#error_type : EntityRejectionErrorType
The type of error that caused the rejection of the entity when calling
PutLogEvents. -
#error_type=(error_type : EntityRejectionErrorType)
The type of error that caused the rejection of the entity when calling
PutLogEvents. -
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def error_type : EntityRejectionErrorType
#
The type of error that caused the rejection of the entity when calling PutLogEvents.
def error_type=(error_type : EntityRejectionErrorType)
#
The type of error that caused the rejection of the entity when calling PutLogEvents.