Class: Aws::Scheduler::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Scheduler::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb
Overview
The request references a resource which does not exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
930 931 932 933 934 |
# File 'gems/aws-sdk-scheduler/lib/aws-sdk-scheduler/types.rb', line 930 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |