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.
16962 16963 16964 16965 16966 |
# File 'lib/aws-sdk-iot/types.rb', line 16962 class TransferConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |