Class: Aws::AmplifyUIBuilder::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb
Overview
The requested resource does not exist, or access was denied.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2860 2861 2862 2863 2864 |
# File 'gems/aws-sdk-amplifyuibuilder/lib/aws-sdk-amplifyuibuilder/types.rb', line 2860 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |