Class: Aws::CognitoIdentityProvider::Types::InvalidOAuthFlowException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CognitoIdentityProvider::Types::InvalidOAuthFlowException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-cognitoidentityprovider/types.rb
 
Overview
This exception is thrown when the specified OAuth flow is not valid.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      7314 7315 7316 7317 7318  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7314 class InvalidOAuthFlowException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |