Class: Aws::IAM::Types::InvalidAuthenticationCodeException

Inherits:
Struct
  • Object
show all
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

#messageString



5567
5568
5569
5570
5571
# File 'lib/aws-sdk-iam/types.rb', line 5567

class InvalidAuthenticationCodeException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end