Class: Aws::IoT::Types::TransferConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::TransferConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
You can’t transfer the certificate because authorization policies are still attached.
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.
15777 15778 15779 15780 15781 |
# File 'lib/aws-sdk-iot/types.rb', line 15777 class TransferConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |