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 AWS account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
10772 10773 10774 10775 10776 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 10772 class RealtimeLogConfigOwnerMismatch < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |