Class: Aws::CognitoIdentityProvider::Types::DuplicateProviderException

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

Overview

This exception is thrown when the provider is already supported by the user pool.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4326
4327
4328
4329
4330
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 4326

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