Class: Aws::IAM::Types::InvalidAuthenticationCodeException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::InvalidAuthenticationCodeException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
The request was rejected because the authentication code was not recognized. The error message describes the specific error.
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4748 4749 4750 4751 |
# File 'lib/aws-sdk-iam/types.rb', line 4748 class InvalidAuthenticationCodeException < Struct.new( :message) include Aws::Structure end |