Class: Aws::CloudFront::Types::MonitoringSubscriptionAlreadyExists
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::MonitoringSubscriptionAlreadyExists
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
A monitoring subscription already exists for the specified distribution.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7893 7894 7895 7896 7897 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7893 class MonitoringSubscriptionAlreadyExists < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |