Class: Aws::CognitoIdentityProvider::Types::UserImportInProgressException

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

Overview

This exception is thrown when you're trying to modify a user pool while a user import job is in progress for that pool.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message returned when the user pool has an import job running.

Returns:

  • (String)


9555
9556
9557
9558
9559
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 9555

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