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)


446
447
448
449
450
# File 'lib/aws-sdk-support/types.rb', line 446

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