Class: Aws::CloudFront::Types::RealtimeLogConfigOwnerMismatch

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


9606
9607
9608
9609
9610
# File 'lib/aws-sdk-cloudfront/types.rb', line 9606

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