Class: Aws::NimbleStudio::Types::ResourceNotFoundException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb

Overview

The specified resource could not be found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

A more specific error code.

Returns:

  • (String)


2227
2228
2229
2230
2231
2232
2233
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2227

class ResourceNotFoundException < Struct.new(
  :code,
  :context,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#contextHash<String,String>

The exception context.

Returns:

  • (Hash<String,String>)


2227
2228
2229
2230
2231
2232
2233
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2227

class ResourceNotFoundException < Struct.new(
  :code,
  :context,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

A human-readable description of the error.

Returns:

  • (String)


2227
2228
2229
2230
2231
2232
2233
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2227

class ResourceNotFoundException < Struct.new(
  :code,
  :context,
  :message)
  SENSITIVE = []
  include Aws::Structure
end