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