Class: Aws::QLDB::Types::LimitExceededException

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

Overview

You have reached the limit on the maximum number of resources allowed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


900
901
902
903
904
905
# File 'gems/aws-sdk-qldb/lib/aws-sdk-qldb/types.rb', line 900

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

#resource_typeString

The type of resource.

Returns:

  • (String)


900
901
902
903
904
905
# File 'gems/aws-sdk-qldb/lib/aws-sdk-qldb/types.rb', line 900

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