Class: Aws::DatabaseMigrationService::Types::StorageQuotaExceededFault

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

Overview

The storage quota has been exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


12935
12936
12937
12938
12939
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12935

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