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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


11999
12000
12001
12002
12003
# File 'lib/aws-sdk-cloudfront/types.rb', line 11999

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