Class: Aws::CloudFront::Types::TooManyInvalidationsInProgress

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


11897
11898
11899
11900
11901
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 11897

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