Class: Aws::CloudFront::Types::TooManyContinuousDeploymentPolicies

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb

Overview

You have reached the maximum number of continuous deployment policies for this Amazon Web Services account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


11447
11448
11449
11450
11451
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 11447

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