Class: Aws::KinesisVideo::Types::TagsPerResourceExceededLimitException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb

Overview

You have exceeded the limit of tags that you can associate with the resource. A Kinesis video stream can support up to 50 tags.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1866
1867
1868
1869
1870
# File 'gems/aws-sdk-kinesisvideo/lib/aws-sdk-kinesisvideo/types.rb', line 1866

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