Class: Aws::Route53::Types::NoSuchCloudWatchLogsLogGroup

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53/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

#messageString

Returns:

  • (String)


6079
6080
6081
6082
6083
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 6079

class NoSuchCloudWatchLogsLogGroup < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end