Class: Aws::Ivschat::Types::ServiceQuotaExceededException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ivschat/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#limitInteger

Returns:

  • (Integer)


994
995
996
997
998
999
1000
1001
# File 'lib/aws-sdk-ivschat/types.rb', line 994

class ServiceQuotaExceededException < Struct.new(
  :message,
  :resource_id,
  :resource_type,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Returns:

  • (String)


994
995
996
997
998
999
1000
1001
# File 'lib/aws-sdk-ivschat/types.rb', line 994

class ServiceQuotaExceededException < Struct.new(
  :message,
  :resource_id,
  :resource_type,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

Returns:

  • (String)


994
995
996
997
998
999
1000
1001
# File 'lib/aws-sdk-ivschat/types.rb', line 994

class ServiceQuotaExceededException < Struct.new(
  :message,
  :resource_id,
  :resource_type,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

Returns:

  • (String)


994
995
996
997
998
999
1000
1001
# File 'lib/aws-sdk-ivschat/types.rb', line 994

class ServiceQuotaExceededException < Struct.new(
  :message,
  :resource_id,
  :resource_type,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end