Class: Aws::MWAA::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MWAA::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mwaa/types.rb
Overview
ResourceNotFoundException: The resource is not available.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1328 1329 1330 1331 1332 |
# File 'lib/aws-sdk-mwaa/types.rb', line 1328 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |