Class: Aws::Ivschat::Types::ThrottlingException

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#limitInteger

Returns:

  • (Integer)


1042
1043
1044
1045
1046
1047
1048
1049
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 1042

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

#messageString

Returns:

  • (String)


1042
1043
1044
1045
1046
1047
1048
1049
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 1042

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

#resource_idString

Returns:

  • (String)


1042
1043
1044
1045
1046
1047
1048
1049
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 1042

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

#resource_typeString

Returns:

  • (String)


1042
1043
1044
1045
1046
1047
1048
1049
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 1042

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