Class: Aws::GameSparks::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameSparks::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamesparks/types.rb
Overview
The resource specified in the request does not exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1268 1269 1270 1271 1272 |
# File 'lib/aws-sdk-gamesparks/types.rb', line 1268 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |