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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/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)


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

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