Class: Aws::SSO::Types::ResourceNotFoundException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sso/types.rb

Overview

The specified resource doesn’t exist.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


239
240
241
242
# File 'lib/aws-sdk-sso/types.rb', line 239

class ResourceNotFoundException < Struct.new(
  :message)
  include Aws::Structure
end