Class: Aws::AlexaForBusiness::Types::InvalidServiceLinkedRoleStateException

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

Overview

The service linked role is locked for deletion.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2547
2548
2549
2550
2551
# File 'lib/aws-sdk-alexaforbusiness/types.rb', line 2547

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