Class: Aws::GameLift::Types::NotFoundException

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

Overview

The requested resources was not found. The resource was either not created yet or deleted.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


9005
9006
9007
9008
9009
# File 'lib/aws-sdk-gamelift/types.rb', line 9005

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