Class: Aws::CloudFront::Errors::TooManyOriginGroupsPerDistribution

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-cloudfront/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyOriginGroupsPerDistribution

Returns a new instance of TooManyOriginGroupsPerDistribution.

Parameters:



2187
2188
2189
# File 'lib/aws-sdk-cloudfront/errors.rb', line 2187

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


2192
2193
2194
# File 'lib/aws-sdk-cloudfront/errors.rb', line 2192

def message
  @message || @data[:message]
end