Class: Aws::ACMPCA::Types::LimitExceededException

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

Overview

An Amazon Web Services Private CA quota has been exceeded. See the exception message returned to determine the quota that was exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1842
1843
1844
1845
1846
# File 'gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb', line 1842

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