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)


1810
1811
1812
1813
1814
# File 'lib/aws-sdk-acmpca/types.rb', line 1810

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