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
1258 1259 1260 1261 1262 |
# File 'lib/aws-sdk-mwaa/types.rb', line 1258 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |