Class: Aws::Kinesis::Types::LimitExceededException

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

Overview

The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message that provides information about the error.

Returns:

  • (String)


1014
1015
1016
1017
1018
# File 'lib/aws-sdk-kinesis/types.rb', line 1014

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