Class: Aws::Chime::Types::NotFoundException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chime/types.rb

Overview

One or more of the resources in the request does not exist in the system.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


6298
6299
6300
6301
6302
6303
# File 'lib/aws-sdk-chime/types.rb', line 6298

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

#messageString

Returns:

  • (String)


6298
6299
6300
6301
6302
6303
# File 'lib/aws-sdk-chime/types.rb', line 6298

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