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
10744 10745 10746 10747 10748 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 10744 class RealtimeLogConfigAlreadyExists < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |