Class: Aws::IoT::Types::TransferConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::TransferConflictException
- Defined in:
- gems/aws-sdk-iot/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.
14572 14573 14574 14575 14576 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14572 class TransferConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |