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

Inherits:
ServiceError
  • Object
show all
Defined in:
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:



550
551
552
# File 'lib/aws-sdk-cognitoidentityprovider/errors.rb', line 550

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

Instance Method Details

#messageString

Returns:

  • (String)


555
556
557
# File 'lib/aws-sdk-cognitoidentityprovider/errors.rb', line 555

def message
  @message || @data[:message]
end