Class: Aws::ConfigService::Types::InvalidRecordingGroupException

Inherits:
EmptyStructure
  • Object
show all
Defined in:
lib/aws-sdk-configservice/types.rb

Overview

Indicates one of the following errors:

  • You have provided a combination of parameter values that is not valid. For example:

    • Setting the ‘allSupported` field of [RecordingGroup] to `true`, but providing a non-empty list for the `resourceTypes`field of [RecordingGroup].

    • Setting the ‘allSupported` field of [RecordingGroup] to `true`, but also setting the `useOnly` field of [RecordingStrategy] to `EXCLUSION_BY_RESOURCE_TYPES`.

  • Every parameter is either null, false, or empty.

  • You have reached the limit of the number of resource types you can provide for the recording group.

  • You have provided resource types or a recording strategy that are not valid.

[1]: docs.aws.amazon.com/config/latest/APIReference/API_RecordingGroup.html [2]: docs.aws.amazon.com/config/latest/APIReference/API_RecordingStrategy.html