Class: Aws::CloudWatchLogs::Types::RejectedEntityInfo

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_typeString

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

Returns:

  • (String)


6876
6877
6878
6879
6880
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 6876

class RejectedEntityInfo < Struct.new(
  :error_type)
  SENSITIVE = []
  include Aws::Structure
end