Class: Aws::CognitoIdentityProvider::Types::GroupExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::GroupExistsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/types.rb
Overview
This exception is thrown when Amazon Cognito encounters a group that already exists in the user pool.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6583 6584 6585 6586 6587 |
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 6583 class GroupExistsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |