Class: Aws::Chime::Types::ResourceLimitExceededException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb

Overview

The request exceeds the resource limit.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


7293
7294
7295
7296
7297
7298
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 7293

class ResourceLimitExceededException < Struct.new(
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Returns:

  • (String)


7293
7294
7295
7296
7297
7298
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 7293

class ResourceLimitExceededException < Struct.new(
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end