Class: Aws::CognitoSync::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoSync::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitosync/types.rb
Overview
Thrown if the resource doesn’t exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Message returned by a ResourceNotFoundException.
Instance Attribute Details
#message ⇒ String
Message returned by a ResourceNotFoundException.
1007 1008 1009 1010 1011 |
# File 'lib/aws-sdk-cognitosync/types.rb', line 1007 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |