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.
9852 9853 9854 9855 9856 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 9852 class UserImportInProgressException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |