Class: Aws::Support::Types::CaseIdNotFound

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

Overview

The requested caseId couldn't be located.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The requested CaseId could not be located.

Returns:

  • (String)


404
405
406
407
408
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 404

class CaseIdNotFound < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end