Class: Aws::CloudFront::Types::NoSuchRealtimeLogConfig

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

#messageString

Returns:

  • (String)


8074
8075
8076
8077
8078
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 8074

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