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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4734 4735 4736 4737 4738 |
# File 'lib/aws-sdk-iam/types.rb', line 4734 class InvalidAuthenticationCodeException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |