Class: Aws::CloudFront::Errors::FunctionInUse
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CloudFront::Errors::FunctionInUse
- Defined in:
- lib/aws-sdk-cloudfront/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ FunctionInUse
constructor
A new instance of FunctionInUse.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ FunctionInUse
Returns a new instance of FunctionInUse.
403 404 405 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 403 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
408 409 410 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 408 def @message || @data[:message] end |