Class: Aws::CloudFront::Types::NoSuchMonitoringSubscription
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::NoSuchMonitoringSubscription
- 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
#message ⇒ String
7676 7677 7678 7679 7680 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7676 class NoSuchMonitoringSubscription < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |