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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1806
1807
1808
1809
1810
# File 'lib/aws-sdk-acmpca/types.rb', line 1806

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