Class: Aws::CognitoIdentityProvider::Types::InvalidOAuthFlowException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::InvalidOAuthFlowException
- Defined in:
- gems/aws-sdk-cognitoidentityprovider/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
7175 7176 7177 7178 7179 |
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 7175 class InvalidOAuthFlowException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |