Class: Aws::IAM::Errors::InvalidAuthenticationCodeException Deprecated
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::IAM::Errors::InvalidAuthenticationCodeException
- Defined in:
- lib/aws-sdk-iam/errors.rb,
sig/errors.rbs
Overview
Deprecated.
This error class is not used during parsing.
Please use InvalidAuthenticationCode instead.
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidAuthenticationCodeException
constructor
A new instance of InvalidAuthenticationCodeException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidAuthenticationCodeException
Returns a new instance of InvalidAuthenticationCodeException.
316 317 318 |
# File 'lib/aws-sdk-iam/errors.rb', line 316 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
321 |
# File 'lib/aws-sdk-iam/errors.rb', line 321
def message: () -> ::String
|