Class: Aws::CognitoIdentityProvider::Types::InvalidOAuthFlowException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


5739
5740
5741
5742
5743
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5739

class InvalidOAuthFlowException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end