Class: Aws::MPA::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MPA::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mpa/types.rb
Overview
The specified resource doesn’t exist. Check the resource ID, and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Message for the ‘ResourceNotFoundException` error.
Instance Attribute Details
#message ⇒ String
Message for the ‘ResourceNotFoundException` error.
1960 1961 1962 1963 1964 |
# File 'lib/aws-sdk-mpa/types.rb', line 1960 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |