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)


9253
9254
9255
9256
9257
# File 'lib/aws-sdk-cloudfront/types.rb', line 9253

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