Class: Aws::Outposts::Types::NotFoundException

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

Overview

The specified request is not valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1391
1392
1393
1394
1395
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1391

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