Class: Aws::DatabaseMigrationService::Types::InsufficientResourceCapacityFault
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::InsufficientResourceCapacityFault
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
There are not enough resources allocated to the database migration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6465 6466 6467 6468 6469 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6465 class InsufficientResourceCapacityFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |