Class: Aws::CloudFront::Types::TooManyContinuousDeploymentPolicies
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::TooManyContinuousDeploymentPolicies
- 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
#message ⇒ String
12014 12015 12016 12017 12018 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12014 class TooManyContinuousDeploymentPolicies < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |