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)


4061
4062
4063
4064
4065
# File 'gems/aws-sdk-finspace/lib/aws-sdk-finspace/types.rb', line 4061

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