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
      6079 6080 6081 6082 6083  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 6079 class NoSuchCloudWatchLogsLogGroup < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |