Class: Aws::Amplify::Types::ResourceNotFoundException

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

Overview

An operation failed due to a non-existent resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


2245
2246
2247
2248
2249
2250
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2245

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

#messageString

Returns:

  • (String)


2245
2246
2247
2248
2249
2250
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2245

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