Class: Aws::OpenSearchServerless::Types::OcuLimitExceededException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb

Overview

Thrown when the collection you're attempting to create results in a number of search or indexing OCUs that exceeds the account limit.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Description of the error.

Returns:

  • (String)


1815
1816
1817
1818
1819
# File 'gems/aws-sdk-opensearchserverless/lib/aws-sdk-opensearchserverless/types.rb', line 1815

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