Class: Aws::CloudFront::Types::NoSuchRealtimeLogConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::NoSuchRealtimeLogConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
The real-time log configuration does not exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7741 7742 7743 7744 7745 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7741 class NoSuchRealtimeLogConfig < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |