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
5886 5887 5888 5889 5890 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5886 class InvalidOAuthFlowException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |