Class: Aws::ResourceGroupsTaggingAPI::Types::InvalidParameterException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resourcegroupstaggingapi/types.rb

Overview

This error indicates one of the following:

  • A parameter is missing.

  • A malformed string was supplied for the request parameter.

  • An out-of-range value was supplied for the request parameter.

  • The target ID is invalid, unsupported, or doesn’t exist.

  • You can’t access the Amazon S3 bucket for report storage. For more information, see [Additional Requirements for Organization-wide Tag Compliance Reports] in the *Organizations User Guide.*

[1]: docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies-prereqs.html#bucket-policies-org-report

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


584
585
586
587
588
# File 'lib/aws-sdk-resourcegroupstaggingapi/types.rb', line 584

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