Class: Aws::CloudWatchLogs::Types::RejectedEntityInfo
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudWatchLogs::Types::RejectedEntityInfo
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cloudwatchlogs/types.rb
 
Overview
Reserved for internal use.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #error_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Reserved for internal use.
 
Instance Attribute Details
#error_type ⇒ String
Reserved for internal use.
      4719 4720 4721 4722 4723  | 
    
      # File 'lib/aws-sdk-cloudwatchlogs/types.rb', line 4719 class RejectedEntityInfo < Struct.new( :error_type) SENSITIVE = [] include Aws::Structure end  |