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
9931 9932 9933 9934 9935 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 9931 class MonitoringSubscriptionAlreadyExists < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |