Class: Aws::Pricing::Types::NotFoundException

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

Overview

The requested resource can't be found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


428
429
430
431
432
# File 'gems/aws-sdk-pricing/lib/aws-sdk-pricing/types.rb', line 428

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