Class: Aws::IoT1ClickDevicesService::Types::RangeNotSatisfiableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT1ClickDevicesService::Types::RangeNotSatisfiableException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot1clickdevicesservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
416.
-
#message ⇒ String
The requested number of results specified by nextToken cannot be satisfied.
Instance Attribute Details
#code ⇒ String
416
490 491 492 493 494 495 |
# File 'lib/aws-sdk-iot1clickdevicesservice/types.rb', line 490 class RangeNotSatisfiableException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The requested number of results specified by nextToken cannot be satisfied.
490 491 492 493 494 495 |
# File 'lib/aws-sdk-iot1clickdevicesservice/types.rb', line 490 class RangeNotSatisfiableException < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |