Method: Aws::APIGateway::Types::NotFoundException#message

Defined in:
lib/aws-sdk-apigateway/types.rb

#messageString

Returns:

  • (String)

5524
5525
5526
5527
5528
# File 'lib/aws-sdk-apigateway/types.rb', line 5524

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