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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssoadmin/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

#messageString

Returns:

  • (String)


4171
4172
4173
4174
4175
4176
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 4171

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

#reasonString

The reason for the resource not found exception.

Returns:

  • (String)


4171
4172
4173
4174
4175
4176
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 4171

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