Class: Aws::ChimeSDKMeetings::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMeetings::Types::LimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmeetings/types.rb
Overview
The request exceeds the resource limit.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #code ⇒ String
- #message ⇒ String
-
#request_id ⇒ String
The request id associated with the call responsible for the exception.
Instance Attribute Details
#code ⇒ String
1109 1110 1111 1112 1113 1114 1115 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1109 class LimitExceededException < Struct.new( :code, :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1109 1110 1111 1112 1113 1114 1115 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1109 class LimitExceededException < Struct.new( :code, :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The request id associated with the call responsible for the exception.
1109 1110 1111 1112 1113 1114 1115 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1109 class LimitExceededException < Struct.new( :code, :message, :request_id) SENSITIVE = [] include Aws::Structure end |