Method: Aws::IVS::Types::ServiceQuotaExceededException#exception_message
- Defined in:
- lib/aws-sdk-ivs/types.rb
#exception_message ⇒ String
Request would cause a service quota to be exceeded.
1854 1855 1856 1857 1858 |
# File 'lib/aws-sdk-ivs/types.rb', line 1854 class ServiceQuotaExceededException < Struct.new( :exception_message) SENSITIVE = [] include Aws::Structure end |