Class: Aws::CloudFront::Types::TooManyDistributions

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

Overview

Processing your request would cause you to exceed the maximum number of distributions allowed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


11524
11525
11526
11527
11528
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 11524

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