Class: Aws::CognitoIdentityProvider::Errors::TierChangeNotAllowedException

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-cognitoidentityprovider/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TierChangeNotAllowedException

Returns a new instance of TierChangeNotAllowedException.

Parameters:



646
647
648
# File 'lib/aws-sdk-cognitoidentityprovider/errors.rb', line 646

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


651
# File 'lib/aws-sdk-cognitoidentityprovider/errors.rb', line 651

def message: () -> ::String