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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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 'lib/aws-sdk-support/types.rb', line 404

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