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
12021 12022 12023 12024 12025 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12021 class TooManyContinuousDeploymentPolicies < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |