Class: Aws::GameLift::Types::NotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::NotFoundException
- 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
#message ⇒ String
8864 8865 8866 8867 8868 |
# File 'lib/aws-sdk-gamelift/types.rb', line 8864 class NotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |