Class: Aws::CloudFront::Types::RealtimeLogConfigInUse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/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

#messageString

Returns:

  • (String)


9592
9593
9594
9595
9596
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 9592

class RealtimeLogConfigInUse < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end