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