Class: Aws::Types::CaptchaResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#failure_reason"TOKEN_MISSING", ...

Returns the value of attribute failure_reason.

Returns:

  • ("TOKEN_MISSING", "TOKEN_EXPIRED", "TOKEN_INVALID", "TOKEN_DOMAIN_MISMATCH")


144
145
146
# File 'sig/types.rbs', line 144

def failure_reason
  @failure_reason
end

#response_code::Integer

Returns the value of attribute response_code.

Returns:

  • (::Integer)


142
143
144
# File 'sig/types.rbs', line 142

def response_code
  @response_code
end

#solve_timestamp::Integer

Returns the value of attribute solve_timestamp.

Returns:

  • (::Integer)


143
144
145
# File 'sig/types.rbs', line 143

def solve_timestamp
  @solve_timestamp
end