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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


16172
16173
16174
16175
16176
# File 'lib/aws-sdk-iot/types.rb', line 16172

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