Class: Aws::CloudFront::Errors::TooManyRealtimeLogConfigs
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CloudFront::Errors::TooManyRealtimeLogConfigs
- Defined in:
- lib/aws-sdk-cloudfront/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyRealtimeLogConfigs
constructor
A new instance of TooManyRealtimeLogConfigs.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyRealtimeLogConfigs
Returns a new instance of TooManyRealtimeLogConfigs.
1873 1874 1875 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 1873 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
1878 1879 1880 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 1878 def @message || @data[:message] end |