Class: Aws::CloudFront::Types::RealtimeLogConfigInUse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::RealtimeLogConfigInUse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Cannot delete the real-time log configuration because it is attached to one or more cache behaviors.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
9258 9259 9260 9261 9262 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 9258 class RealtimeLogConfigInUse < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |