Class: Aws::Route53::Types::NoSuchQueryLoggingConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::NoSuchQueryLoggingConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53/types.rb
Overview
There is no DNS query logging configuration with the specified ID.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6161 6162 6163 6164 6165 |
# File 'lib/aws-sdk-route53/types.rb', line 6161 class NoSuchQueryLoggingConfig < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |