Class: Aws::RedshiftServerless::Types::InsufficientCapacityException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::InsufficientCapacityException
- Defined in:
- gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb
Overview
There is an insufficient capacity to perform the action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1390 1391 1392 1393 1394 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1390 class InsufficientCapacityException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |