Class: Aws::AppSync::Types::NotFoundException

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

Overview

The resource specified in the request was not found. Check the resource, and then try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3630
3631
3632
3633
3634
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3630

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