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

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


172
173
174
175
# File 'lib/aws-sdk-cloudfront/types.rb', line 172

class BatchTooLarge < Struct.new(
  :message)
  include Aws::Structure
end