Class: Aws::CloudFront::Types::TooManyInvalidationsInProgress
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::TooManyInvalidationsInProgress
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
You have exceeded the maximum number of allowable InProgress invalidation batch requests, or invalidation objects.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
11899 11900 11901 11902 11903 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 11899 class TooManyInvalidationsInProgress < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |