Class: Aws::SSM::Errors::ComplianceTypeCountLimitExceededException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SSM::Errors::ComplianceTypeCountLimitExceededException
- Defined in:
- lib/aws-sdk-ssm/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ComplianceTypeCountLimitExceededException
constructor
A new instance of ComplianceTypeCountLimitExceededException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ComplianceTypeCountLimitExceededException
Returns a new instance of ComplianceTypeCountLimitExceededException.
355 356 357 |
# File 'lib/aws-sdk-ssm/errors.rb', line 355 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
360 361 362 |
# File 'lib/aws-sdk-ssm/errors.rb', line 360 def @message || @data[:message] end |