Class: Aws::Amplify::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb
Overview
An operation failed due to a non-existent resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
2342 2343 2344 2345 2346 2347 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2342 class ResourceNotFoundException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
2342 2343 2344 2345 2346 2347 |
# File 'gems/aws-sdk-amplify/lib/aws-sdk-amplify/types.rb', line 2342 class ResourceNotFoundException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |