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
1639 1640 1641 1642 1643 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1639 class NotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |