Class: Aws::IoTSecureTunneling::Types::LimitExceededException

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

Overview

Thrown when a tunnel limit is exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


95
96
97
98
99
# File 'gems/aws-sdk-iotsecuretunneling/lib/aws-sdk-iotsecuretunneling/types.rb', line 95

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