Class: Aws::OpenSearchServerless::Types::OcuLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::OcuLimitExceededException
- Includes:
- Structure
- Defined in:
- 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
-
#message ⇒ String
Description of the error.
Instance Attribute Details
#message ⇒ String
Description of the error.
1825 1826 1827 1828 1829 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1825 class OcuLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |