Class: Aws::Chime::Types::ResourceLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ResourceLimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
The request exceeds the resource limit.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
7293 7294 7295 7296 7297 7298 |
# File 'lib/aws-sdk-chime/types.rb', line 7293 class ResourceLimitExceededException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
7293 7294 7295 7296 7297 7298 |
# File 'lib/aws-sdk-chime/types.rb', line 7293 class ResourceLimitExceededException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |