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
7667 7668 7669 7670 7671 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7667 class ScopeDoesNotExistException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |