Class: Aws::CognitoIdentityProvider::Types::UserPoolAddOnNotEnabledException

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

Overview

This exception is thrown when user pool add-ons aren’t enabled.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


9716
9717
9718
9719
9720
# File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 9716

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