Class: Aws::CognitoIdentityProvider::Types::UserImportInProgressException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::UserImportInProgressException
- Includes:
- Structure
- Defined in:
- 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
-
#message ⇒ String
The message returned when the user pool has an import job running.
Instance Attribute Details
#message ⇒ String
The message returned when the user pool has an import job running.
12064 12065 12066 12067 12068 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 12064 class UserImportInProgressException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |