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

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


8784
8785
8786
8787
8788
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 8784

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