Class: Aws::Outposts::Types::NotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::NotFoundException
- 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
#message ⇒ String
1839 1840 1841 1842 1843 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1839 class NotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |