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)


2607
2608
2609
2610
2611
# File 'lib/aws-sdk-firehose/types.rb', line 2607

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