Class: Aws::CloudFront::Errors::InvalidRelativePath
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CloudFront::Errors::InvalidRelativePath
- Defined in:
- lib/aws-sdk-cloudfront/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidRelativePath
constructor
A new instance of InvalidRelativePath.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidRelativePath
Returns a new instance of InvalidRelativePath.
530 531 532 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 530 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
535 536 537 |
# File 'lib/aws-sdk-cloudfront/errors.rb', line 535 def @message || @data[:message] end |