Class: Aws::EMRServerless::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRServerless::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrserverless/types.rb
Overview
The specified resource was not found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1423 1424 1425 1426 1427 |
# File 'lib/aws-sdk-emrserverless/types.rb', line 1423 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |