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
9608 9609 9610 9611 9612 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 9608 class RealtimeLogConfigOwnerMismatch < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |