class Amazonite::CloudWatchLogs::RejectedEntityInfo

Overview

If an entity is rejected when a PutLogEvents request was made, this includes details about the reason for the rejection.

Included Modules

Defined in:

cloudwatch_logs/rejected_entity_info.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(error_type : EntityRejectionErrorType) #

[View source]

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.


[View source]
def error_type=(error_type : EntityRejectionErrorType) #

The type of error that caused the rejection of the entity when calling PutLogEvents.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def validate! : Nil #

[View source]