Class: Aws::Support::Errors::CaseIdNotFound

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-support/lib/aws-sdk-support/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ CaseIdNotFound

Returns a new instance of CaseIdNotFound.

Parameters:



142
143
144
# File 'gems/aws-sdk-support/lib/aws-sdk-support/errors.rb', line 142

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


147
148
149
# File 'gems/aws-sdk-support/lib/aws-sdk-support/errors.rb', line 147

def message
  @message || @data[:message]
end