Class: Aws::IoT1ClickProjects::Types::TooManyRequestsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT1ClickProjects::Types::TooManyRequestsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot1clickprojects/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
581 582 583 584 585 586 |
# File 'lib/aws-sdk-iot1clickprojects/types.rb', line 581 class TooManyRequestsException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
581 582 583 584 585 586 |
# File 'lib/aws-sdk-iot1clickprojects/types.rb', line 581 class TooManyRequestsException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |