Class: Aws::CloudFront::Types::RealtimeLogConfigOwnerMismatch
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::RealtimeLogConfigOwnerMismatch
- Defined in:
- gems/aws-sdk-cloudfront/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
10180 10181 10182 10183 10184 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 10180 class RealtimeLogConfigOwnerMismatch < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |