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
7013 7014 7015 7016 7017 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 7013 class InvalidOAuthFlowException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |