Class: Aws::RedshiftServerless::Types::InsufficientCapacityException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


1376
1377
1378
1379
1380
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1376

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