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

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

Overview

Reserved for internal use.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_typeString

Reserved for internal use.

Returns:

  • (String)


4737
4738
4739
4740
4741
# File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4737

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