Class: Aws::RDSDataService::Types::DatabaseResumingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDSDataService::Types::DatabaseResumingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rdsdataservice/types.rb
Overview
A request was canceled because the Aurora Serverless v2 DB instance was in a paused state. The Data API request automatically causes the DB instance to begin resuming. Wait a few seconds and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
379 380 381 382 383 |
# File 'lib/aws-sdk-rdsdataservice/types.rb', line 379 class DatabaseResumingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |