Class: Aws::IoTFleetWise::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::LimitExceededException
- Defined in:
- gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb
Overview
A service quota was exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#resource_id ⇒ String
The identifier of the resource that was exceeded.
-
#resource_type ⇒ String
The type of resource that was exceeded.
Instance Attribute Details
#message ⇒ String
2253 2254 2255 2256 2257 2258 2259 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2253 class LimitExceededException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The identifier of the resource that was exceeded.
2253 2254 2255 2256 2257 2258 2259 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2253 class LimitExceededException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of resource that was exceeded.
2253 2254 2255 2256 2257 2258 2259 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 2253 class LimitExceededException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |