Class: Aws::Route53::Types::QueryLoggingConfigAlreadyExists
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::QueryLoggingConfigAlreadyExists
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53/types.rb
Overview
You can create only one query logging configuration for a hosted zone, and a query logging configuration already exists for this hosted zone.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6274 6275 6276 6277 6278 |
# File 'lib/aws-sdk-route53/types.rb', line 6274 class QueryLoggingConfigAlreadyExists < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |