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.
5388 5389 5390 |
# File 'sig/types.rbs', line 5388 def key_arn @key_arn end |
#message ⇒ ::String
Returns the value of attribute message.
5389 5390 5391 |
# File 'sig/types.rbs', line 5389 def @message end |
#sender_fault ⇒ Boolean
Returns the value of attribute sender_fault.
5391 5392 5393 |
# File 'sig/types.rbs', line 5391 def sender_fault @sender_fault end |
#status_code ⇒ ::Integer
Returns the value of attribute status_code.
5390 5391 5392 |
# File 'sig/types.rbs', line 5390 def status_code @status_code end |