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)


5388
5389
5390
# File 'sig/types.rbs', line 5388

def key_arn
  @key_arn
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


5389
5390
5391
# File 'sig/types.rbs', line 5389

def message
  @message
end

#sender_faultBoolean

Returns the value of attribute sender_fault.

Returns:

  • (Boolean)


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.

Returns:

  • (::Integer)


5390
5391
5392
# File 'sig/types.rbs', line 5390

def status_code
  @status_code
end