Class: Aws::Support::Errors::CaseIdNotFound
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Support::Errors::CaseIdNotFound
- Defined in:
- gems/aws-sdk-support/lib/aws-sdk-support/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ CaseIdNotFound
constructor
A new instance of CaseIdNotFound.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ CaseIdNotFound
Returns a new instance of CaseIdNotFound.
142 143 144 |
# File 'gems/aws-sdk-support/lib/aws-sdk-support/errors.rb', line 142 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
147 148 149 |
# File 'gems/aws-sdk-support/lib/aws-sdk-support/errors.rb', line 147 def @message || @data[:message] end |