Class: Aws::APIGateway::Types::NotFoundException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-apigateway/types.rb

Overview

The requested resource is not found. Make sure that the request URI is correct.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5284
5285
5286
5287
# File 'lib/aws-sdk-apigateway/types.rb', line 5284

class NotFoundException < Struct.new(
  :message)
  include Aws::Structure
end