Class: Aws::NimbleStudio::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-nimblestudio/types.rb
Overview
The specified resource could not be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
A more specific error code.
-
#context ⇒ Hash<String,String>
The exception context.
-
#message ⇒ String
A human-readable description of the error.
Instance Attribute Details
#code ⇒ String
A more specific error code.
2227 2228 2229 2230 2231 2232 2233 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2227 class ResourceNotFoundException < Struct.new( :code, :context, :message) SENSITIVE = [] include Aws::Structure end |
#context ⇒ Hash<String,String>
The exception context.
2227 2228 2229 2230 2231 2232 2233 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2227 class ResourceNotFoundException < Struct.new( :code, :context, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A human-readable description of the error.
2227 2228 2229 2230 2231 2232 2233 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2227 class ResourceNotFoundException < Struct.new( :code, :context, :message) SENSITIVE = [] include Aws::Structure end |