Class: Aws::CloudFront::Types::BatchTooLarge

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

Overview

Invalidation batch specified is too large.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


238
239
240
241
242
# File 'lib/aws-sdk-cloudfront/types.rb', line 238

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