Class: Aws::DatabaseMigrationService::Types::StorageQuotaExceededFault
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::StorageQuotaExceededFault
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
The storage quota has been exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
13633 13634 13635 13636 13637 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 13633 class StorageQuotaExceededFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |