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)


8434
8435
8436
8437
8438
# File 'lib/aws-sdk-cloudfront/types.rb', line 8434

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