Class: Aws::DatabaseMigrationService::Types::InvalidCertificateFault

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-databasemigrationservice/types.rb

Overview

The certificate was not valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6105
6106
6107
6108
6109
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6105

class InvalidCertificateFault < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end