Class: Aws::SSOAdmin::Types::ResourceNotFoundException

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

Overview

Indicates that a requested resource is not found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#message ⇒ String

Returns:

  • (String)


4240
4241
4242
4243
4244
4245
# File 'lib/aws-sdk-ssoadmin/types.rb', line 4240

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

#reason ⇒ String

The reason for the resource not found exception.

Returns:

  • (String)


4240
4241
4242
4243
4244
4245
# File 'lib/aws-sdk-ssoadmin/types.rb', line 4240

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