Class: Aws::CognitoIdentityProvider::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
This exception is thrown when the Amazon Cognito service can’t find the requested resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message returned when the Amazon Cognito service returns a resource not found exception.
Instance Attribute Details
#message ⇒ String
The message returned when the Amazon Cognito service returns a resource not found exception.
7244 7245 7246 7247 7248 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7244 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |