Class: Aws::RTBFabric::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb
Overview
The request could not be completed because the resource does not exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1764 1765 1766 1767 1768 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1764 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |