Class: Aws::Finspace::Types::LimitExceededException

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

Overview

A service limit or quota is exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4034
4035
4036
4037
4038
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4034

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