Class: Aws::CloudFront::Types::MonitoringSubscriptionAlreadyExists

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


7557
7558
7559
7560
7561
# File 'lib/aws-sdk-cloudfront/types.rb', line 7557

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