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)


10343
10344
10345
10346
10347
# File 'lib/aws-sdk-cloudfront/types.rb', line 10343

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