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.
17003 17004 17005 17006 17007 |
# File 'lib/aws-sdk-iot/types.rb', line 17003 class TransferConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |