Class: Aws::GameLift::Types::NotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::NotFoundException
- Defined in:
- gems/aws-sdk-gamelift/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
6699 6700 6701 6702 6703 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 6699 class NotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |