Class: Aws::Types::FailedKeyRegistrationEntry
- Inherits:
-
Object
- Object
- Aws::Types::FailedKeyRegistrationEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#key_arn ⇒ ::String
Returns the value of attribute key_arn.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#sender_fault ⇒ Boolean
Returns the value of attribute sender_fault.
-
#status_code ⇒ ::Integer
Returns the value of attribute status_code.
Instance Attribute Details
#key_arn ⇒ ::String
Returns the value of attribute key_arn.
5654 5655 5656 |
# File 'sig/types.rbs', line 5654 def key_arn @key_arn end |
#message ⇒ ::String
Returns the value of attribute message.
5655 5656 5657 |
# File 'sig/types.rbs', line 5655 def @message end |
#sender_fault ⇒ Boolean
Returns the value of attribute sender_fault.
5657 5658 5659 |
# File 'sig/types.rbs', line 5657 def sender_fault @sender_fault end |
#status_code ⇒ ::Integer
Returns the value of attribute status_code.
5656 5657 5658 |
# File 'sig/types.rbs', line 5656 def status_code @status_code end |