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)


442
443
444
445
446
# File 'gems/aws-sdk-pricing/lib/aws-sdk-pricing/types.rb', line 442

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