Class: Aws::CognitoIdentityProvider::Types::UnsupportedIdentityProviderException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

This exception is thrown when the specified identifier isn’t supported.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


8644
8645
8646
8647
8648
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8644

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