Class: Aws::CognitoIdentityProvider::Types::ScopeDoesNotExistException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::ScopeDoesNotExistException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
This exception is thrown when the specified scope doesn’t exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7786 7787 7788 7789 7790 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7786 class ScopeDoesNotExistException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |