Class: Aws::Firehose::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Firehose::Types::LimitExceededException
- Defined in:
- gems/aws-sdk-firehose/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
-
#message ⇒ String
A message that provides information about the error.
Instance Attribute Details
#message ⇒ String
A message that provides information about the error.
3255 3256 3257 3258 3259 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 3255 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |