Class: Aws::IoT::Types::RejectCertificateTransferRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Overview

The input for the RejectCertificateTransfer operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_idString

The ID of the certificate. (The last part of the certificate ARN contains the certificate ID.)

Returns:

  • (String)


13043
13044
13045
13046
13047
13048
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13043

class RejectCertificateTransferRequest < Struct.new(
  :certificate_id,
  :reject_reason)
  SENSITIVE = []
  include Aws::Structure
end

#reject_reasonString

The reason the certificate transfer was rejected.

Returns:

  • (String)


13043
13044
13045
13046
13047
13048
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13043

class RejectCertificateTransferRequest < Struct.new(
  :certificate_id,
  :reject_reason)
  SENSITIVE = []
  include Aws::Structure
end