Class: Aws::CognitoIdentityProvider::Errors::UserPoolAddOnNotEnabledException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::CognitoIdentityProvider::Errors::UserPoolAddOnNotEnabledException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-cognitoidentityprovider/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UserPoolAddOnNotEnabledException
constructor
A new instance of UserPoolAddOnNotEnabledException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UserPoolAddOnNotEnabledException
Returns a new instance of UserPoolAddOnNotEnabledException.
841 842 843 |
# File 'lib/aws-sdk-cognitoidentityprovider/errors.rb', line 841 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
846 |
# File 'lib/aws-sdk-cognitoidentityprovider/errors.rb', line 846
def message: () -> ::String
|