Class: Aws::IoTFleetWise::Errors::LimitExceededException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::IoTFleetWise::Errors::LimitExceededException
- Defined in:
- lib/aws-sdk-iotfleetwise/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ LimitExceededException
constructor
A new instance of LimitExceededException.
- #message ⇒ String
- #resource_id ⇒ String
- #resource_type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ LimitExceededException
Returns a new instance of LimitExceededException.
182 183 184 |
# File 'lib/aws-sdk-iotfleetwise/errors.rb', line 182 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
187 188 189 |
# File 'lib/aws-sdk-iotfleetwise/errors.rb', line 187 def @message || @data[:message] end |
#resource_id ⇒ String
192 193 194 |
# File 'lib/aws-sdk-iotfleetwise/errors.rb', line 192 def resource_id @data[:resource_id] end |
#resource_type ⇒ String
197 198 199 |
# File 'lib/aws-sdk-iotfleetwise/errors.rb', line 197 def resource_type @data[:resource_type] end |