Class: Aws::AutoScalingPlans::Types::ObjectNotFoundException

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

Overview

The specified object could not be found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


533
534
535
536
537
# File 'gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans/types.rb', line 533

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