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

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

Overview

Reserved for future use.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_typeString

Reserved for future use.

Returns:

  • (String)


4442
4443
4444
4445
4446
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4442

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