Class: Aws::Types::FailedKeyRegistrationEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#key_arn::String

Returns the value of attribute key_arn.

Returns:

  • (::String)


5654
5655
5656
# File 'sig/types.rbs', line 5654

def key_arn
  @key_arn
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


5655
5656
5657
# File 'sig/types.rbs', line 5655

def message
  @message
end

#sender_faultBoolean

Returns the value of attribute sender_fault.

Returns:

  • (Boolean)


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.

Returns:

  • (::Integer)


5656
5657
5658
# File 'sig/types.rbs', line 5656

def status_code
  @status_code
end