Class: Aws::Firehose::Types::LimitExceededException

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

Overview

You have already reached the limit for a requested resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message that provides information about the error.

Returns:

  • (String)


2671
2672
2673
2674
2675
# File 'lib/aws-sdk-firehose/types.rb', line 2671

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