Class: Aws::IoT::Types::TransferAlreadyCompletedException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Overview

You can't revert the certificate transfer because the transfer is already complete.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message for the exception.

Returns:

  • (String)


15492
15493
15494
15495
15496
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 15492

class TransferAlreadyCompletedException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end