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.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message that provides information about the error.

Returns:

  • (String)


2139
2140
2141
2142
# File 'lib/aws-sdk-firehose/types.rb', line 2139

class LimitExceededException < Struct.new(
  :message)
  include Aws::Structure
end