Class: Aws::AppMesh::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppMesh::Types::LimitExceededException
- Defined in:
- gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb
Overview
You have exceeded a service limit for your account. For more information, see Service Limits in the App Mesh User Guide.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2701 2702 2703 2704 2705 |
# File 'gems/aws-sdk-appmesh/lib/aws-sdk-appmesh/types.rb', line 2701 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |