Class: Aws::IAM::Types::InvalidAuthenticationCodeException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::InvalidAuthenticationCodeException
- Defined in:
- gems/aws-sdk-iam/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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
5043 5044 5045 5046 5047 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 5043 class InvalidAuthenticationCodeException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |