Class: Aws::SWF::Types::LimitExceededFault
- Inherits:
-
Struct
- Object
- Struct
- Aws::SWF::Types::LimitExceededFault
- Defined in:
- gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb
Overview
Returned by any operation if a system imposed limitation has been reached. To address this fault you should either clean up unused resources or increase the limit by contacting AWS.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A description that may help with diagnosing the cause of the fault.
Instance Attribute Details
#message ⇒ String
A description that may help with diagnosing the cause of the fault.
2957 2958 2959 2960 2961 |
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 2957 class LimitExceededFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |