Class: Aws::CloudFront::Types::RealtimeLogConfigOwnerMismatch
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CloudFront::Types::RealtimeLogConfigOwnerMismatch
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cloudfront/types.rb
 
Overview
The specified real-time log configuration belongs to a different Amazon Web Services account.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      10169 10170 10171 10172 10173  | 
    
      # File 'lib/aws-sdk-cloudfront/types.rb', line 10169 class RealtimeLogConfigOwnerMismatch < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |