Class: Aws::CognitoIdentityProvider::Types::GroupExistsException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


5147
5148
5149
5150
5151
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 5147

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