Class: Aws::CloudFront::Types::TooManyOriginGroupsPerDistribution

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 origin groups allowed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


11997
11998
11999
12000
12001
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 11997

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