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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2266
2267
2268
2269
2270
2271
# File 'lib/aws-sdk-amplify/types.rb', line 2266

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

#messageString

Returns:

  • (String)


2266
2267
2268
2269
2270
2271
# File 'lib/aws-sdk-amplify/types.rb', line 2266

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