Class: Aws::CognitoIdentityProvider::Errors::TierChangeNotAllowedException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CognitoIdentityProvider::Errors::TierChangeNotAllowedException
- Defined in:
- lib/aws-sdk-cognitoidentityprovider/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TierChangeNotAllowedException
constructor
A new instance of TierChangeNotAllowedException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TierChangeNotAllowedException
Returns a new instance of TierChangeNotAllowedException.
550 551 552 |
# File 'lib/aws-sdk-cognitoidentityprovider/errors.rb', line 550 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
555 556 557 |
# File 'lib/aws-sdk-cognitoidentityprovider/errors.rb', line 555 def @message || @data[:message] end |