Class: Aws::Wickr::Types::ResourceNotFoundError

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

Overview

The requested resource could not be found. This error occurs when you try to access or modify a network, user, bot, security group, or other resource that doesn't exist or has been deleted.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message identifying which resource was not found.

Returns:

  • (String)


2792
2793
2794
2795
2796
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 2792

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