Class: Aws::IoT::Types::TransferAlreadyCompletedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::TransferAlreadyCompletedException
- 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
-
#message ⇒ String
The message for the exception.
Instance Attribute Details
#message ⇒ String
The message for the exception.
16172 16173 16174 16175 16176 |
# File 'lib/aws-sdk-iot/types.rb', line 16172 class TransferAlreadyCompletedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |