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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/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)


5155
5156
5157
5158
5159
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 5155

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