Class: Aws::CognitoIdentityProvider::Types::ManagedLoginBrandingExistsException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

This exception is thrown when you attempt to apply a managed login branding style to an app client that already has an assigned style.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


8571
8572
8573
8574
8575
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 8571

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