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
9675 9676 9677 9678 9679 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 9675 class ScopeDoesNotExistException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |