Class: Aws::CloudFront::Types::NoSuchMonitoringSubscription

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

A monitoring subscription does not exist for the specified distribution.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


8011
8012
8013
8014
8015
# File 'lib/aws-sdk-cloudfront/types.rb', line 8011

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