Class: Aws::CloudFront::Errors::TooManyTrustedSigners
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CloudFront::Errors::TooManyTrustedSigners
- Defined in:
- lib/aws-sdk-cloudfront/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyTrustedSigners
constructor
A new instance of TooManyTrustedSigners.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyTrustedSigners
Returns a new instance of TooManyTrustedSigners.
1918 1919 1920 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 1918 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
1923 1924 1925 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 1923 def @message || @data[:message] end |