Class: Aws::CognitoIdentityProvider::Types::ManagedLoginBrandingExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CognitoIdentityProvider::Types::ManagedLoginBrandingExistsException
- 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
#message ⇒ 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 |