Class: Aws::CustomerProfiles::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/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
6227 6228 6229 6230 6231 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 6227 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |