Class: Aws::Route53::Types::NoSuchCloudWatchLogsLogGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::NoSuchCloudWatchLogsLogGroup
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53/types.rb
Overview
There is no CloudWatch Logs log group with the specified ARN.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6077 6078 6079 6080 6081 |
# File 'lib/aws-sdk-route53/types.rb', line 6077 class NoSuchCloudWatchLogsLogGroup < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |