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
1101 1102 1103 1104 1105 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 1101 class NotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |