Class: Aws::CloudFront::Types::RealtimeLogConfigAlreadyExists
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::RealtimeLogConfigAlreadyExists
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
A real-time log configuration with this name already exists. You must provide a unique name. To modify an existing real-time log configuration, use ‘UpdateRealtimeLogConfig`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
9580 9581 9582 9583 9584 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 9580 class RealtimeLogConfigAlreadyExists < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |