Class: Aws::Types::VerificationFailedException

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


852
853
854
# File 'sig/types.rbs', line 852

def message
  @message
end

#reason"INVALID_MAC", ...

Returns the value of attribute reason.

Returns:

  • ("INVALID_MAC", "INVALID_PIN", "INVALID_VALIDATION_DATA", "INVALID_AUTH_REQUEST_CRYPTOGRAM")


851
852
853
# File 'sig/types.rbs', line 851

def reason
  @reason
end