Class: Seam::Resources::SeamEvent::LockAccessDenied::Reason
- Inherits:
-
BaseResource
- Object
- BaseResource
- Seam::Resources::SeamEvent::LockAccessDenied::Reason
- Defined in:
- lib/seam/resources/event.rb
Instance Attribute Summary collapse
-
#message ⇒ String
Human-readable explanation of why access was denied.
-
#reason_code ⇒ String
Normalized reason a lock denied access.
Attributes inherited from BaseResource
Method Summary
Methods inherited from BaseResource
#[], aliased_accessor, attribute_aliases, date_accessor, discriminated_by, #initialize, #inspect, load_from_response, resource_accessor, resource_accessors, resource_list_accessor, resource_list_accessors, #update_from_response
Constructor Details
This class inherits a constructor from Seam::Resources::BaseResource
Instance Attribute Details
#message ⇒ String
Human-readable explanation of why access was denied.
4404 4405 4406 |
# File 'lib/seam/resources/event.rb', line 4404 def @message end |
#reason_code ⇒ String
Normalized reason a lock denied access. Provider-agnostic; not all providers report every value. Known values:
unknown_codeexpired_codeblocklisted_codetoo_many_attemptsblocked_by_privacy_modecredential_error
4414 4415 4416 |
# File 'lib/seam/resources/event.rb', line 4414 def reason_code @reason_code end |