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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3874
3875
3876
3877
3878
# File 'lib/aws-sdk-apigateway/types.rb', line 3874

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